Skip to content

Commit e078438

Browse files
authored
Update docs
1 parent dfc9d56 commit e078438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const pageTable = await getPageTable("PAGE_ID", "ENDPOINT_URL");
130130

131131
There are a few required steps to allow Nuxt to work with vue-notion
132132

133-
- Install vue-notion as a dependency to your Nuxt project – `npm install vue-notion`
133+
- Install vue-notion as a dev-dependency to your Nuxt project – `npm install vue-notion --save-dev`
134134
- Add `"vue-notion/nuxt"` to the `buildModules` array in `nuxt.config.js`.
135135

136136
```js

0 commit comments

Comments
 (0)