Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 6, 2023
1 parent 8021940 commit 6f2affb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Easily connect your Nuxt.js application to your content hosted on [Prismic][pris
## Install

```bash
npm install --save-dev @nuxtjs/prismic@rc # or yarn add --dev @nuxtjs/prismic@rc
npm install --save-dev @nuxtjs/prismic # or yarn add --dev @nuxtjs/prismic
```

Then, add `@nuxtjs/prismic` to the `modules` section of your Nuxt config and configure your Prismic API endpoint:
Expand Down Expand Up @@ -68,8 +68,8 @@ Whether you're helping us fix bugs, improve the docs, or spread the word, we'd l

<!-- TODO: Replace link with a more useful one if available -->

[nuxt-docs]: https://v3.prismic.nuxtjs.org
[prismic-docs]: https://prismic.io/docs/technical-reference/prismicio-vue?version=v3
[nuxt-docs]: https://prismic.nuxtjs.org
[prismic-docs]: https://prismic.io/docs/technical-reference/prismicio-vue?version=v4
[changelog]: ./CHANGELOG.md
[contributing]: ./CONTRIBUTING.md

Expand Down

0 comments on commit 6f2affb

Please sign in to comment.