Skip to content

Commit dfc9d56

Browse files
authored
Update readme
1 parent 688e839 commit dfc9d56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@ This package doesn't handle the communication with the API. Check out [notion-ap
5656
### Vue
5757

5858
```bash
59-
npm install vue-notion --save-dev
59+
npm install vue-notion
6060
```
6161

6262
### NuxtJS Module
6363

64-
Install as shown above and add `"vue-notion/nuxt"` to the `buildModules` array in `nuxt.config.js`.
64+
Install as a dev-dependency and add `"vue-notion/nuxt"` to the `buildModules` array in `nuxt.config.js`.
65+
66+
```bash
67+
npm install vue-notion --save-dev
68+
```
6569

6670
```js
6771
// nuxt.config.js

0 commit comments

Comments
 (0)