Skip to content

Commit

Permalink
Clarify description of the front end integration code sample (#3153)
Browse files Browse the repository at this point in the history
* The code sample is below this sentence, not above it
* Examples for Vue 2 and Vue 3 are provided, so don't just mention Vue 2
  • Loading branch information
sandbergja authored Feb 17, 2025
1 parent 5f95620 commit b423e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/front_end/front_end_integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Using [`instant-meilisearch`](https://github.com/meilisearch/instant-meilisearch

1. Create an empty file and name it `index.html`
2. Open it in a text editor like Notepad, Sublime Text, or Visual Studio Code
3. Copy-paste one of the code samples above—either vanilla JavaScript, Vue 2, or React— and save the file
3. Copy-paste one of the code samples below—either vanilla JavaScript, Vue, or React— and save the file
4. Open `index.html` in your browser by double-clicking it in your folder

<CodeSamples id="getting_started_front_end_integration_md" />
Expand Down

0 comments on commit b423e3d

Please sign in to comment.