Skip to content

Commit 639c266

Browse files
authored
docs: update analyzer snippet to use globs (#123)
1 parent 0d6f410 commit 639c266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guide/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install @custom-elements-manifest/analyzer
2020
2. Analyze your components:
2121

2222
```bash
23-
cem analyze my-element.js
23+
cem analyze --globs "src/components/my-element.js"
2424
```
2525

2626
3. Create an HTML file and import the component:

0 commit comments

Comments
 (0)