Skip to content

Commit 4dcfc7c

Browse files
authored
Fixed code example type
`yarn add` command had two `-D` flags
1 parent 3aeba2d commit 4dcfc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First, install plugin.
1212
```bash
1313
npm i vuepress-plugin-fulltext-search -D
1414
# or
15-
yarn add -D vuepress-plugin-fulltext-search -D
15+
yarn add vuepress-plugin-fulltext-search -D
1616
```
1717

1818
Then, enable the plugin in your `docs/.vuepress/config.js`:

0 commit comments

Comments
 (0)