Skip to content

Commit

Permalink
Fix npm package typo in plugin-vitepress.md (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilis authored Jan 3, 2024
1 parent 2bf0ab6 commit bb0b069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/open-source/plugins/plugin-vitepress.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This plugin will look for all the `.md` files in your documentation directory an
After the installation via the package manager of your choice, you can import the plugin in your `.vitepress/config.js` file:

```js
import { OramaPlugin } from '@orama/plugin-nextra'
import { OramaPlugin } from '@orama/plugin-vitepress'

export default {
// ...
Expand All @@ -34,4 +34,4 @@ export default {
}
```

And that's it! The Orama plugin will do the rest for you.
And that's it! The Orama plugin will do the rest for you.

0 comments on commit bb0b069

Please sign in to comment.