Skip to content

Commit b423e3d

Browse files
authored
Clarify description of the front end integration code sample (#3153)
* 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
1 parent 5f95620 commit b423e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/front_end/front_end_integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Using [`instant-meilisearch`](https://github.com/meilisearch/instant-meilisearch
1313

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

1919
<CodeSamples id="getting_started_front_end_integration_md" />

0 commit comments

Comments
 (0)