We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c835e1f commit 85d9821Copy full SHA for 85d9821
1 file changed
README.md
@@ -36,7 +36,7 @@ AI coding agents like GitHub Copilot and Claude Code can learn new capabilities
36
```bash
37
mkdir -p .claude/skills/playwright-cli
38
curl -o .claude/skills/playwright-cli/SKILL.md \
39
- https://raw.githubusercontent.com/microsoft/playwright-cli/main/SKILL.md
+ https://raw.githubusercontent.com/microsoft/playwright-cli/main/skills/playwright-cli/SKILL.md
40
```
41
42
**Using Skills CLI:**
0 commit comments