Skip to content

Commit 36b2d53

Browse files
authored
docs: use new nuxi module add command in installation (#197)
1 parent ca2976e commit 36b2d53

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
@@ -22,7 +22,7 @@
2222
1. Add `nuxt-purgecss` dependency to your project
2323

2424
```bash
25-
yarn add --dev nuxt-purgecss # or npm install --save-dev nuxt-purgecss
25+
npx nuxi@latest module add purgecss
2626
```
2727

2828
2. Add `nuxt-purgecss` to the `modules` section of `nuxt.config.{js,ts}`

0 commit comments

Comments
 (0)