Skip to content

Commit

Permalink
Fix README syntax highlighting.md (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift authored May 25, 2024
1 parent b03b1df commit 395fd6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ pnpm add nuxt-meilisearch
Then, update your `nuxt.config.ts`:

```ts{}[nuxt.config.ts]
```ts
// nuxt.config.ts

export default defineNuxtConfig({
modules: [
'nuxt-meilisearch'
Expand All @@ -60,7 +62,7 @@ export default defineNuxtConfig({
This example performs a search in the `books` index:
```html{}[pages/index.vue]
```html
<script setup>
const { search, result } = useMeiliSearch('books')

Expand Down

0 comments on commit 395fd6b

Please sign in to comment.