Skip to content

Commit 57d4e4b

Browse files
authored
fix tutorial wording to match the new design (#336)
1 parent 26a3dce commit 57d4e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InteractiveTutorial/MdxPages/Quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const title = 'Quickstart';
44

55
Qdrant is designed to find the approximate nearest data points in your dataset. In this quickstart guide, you'll create a simple database to track space colonies and perform a search for the nearest colony based on its vector representation.
66

7-
<Alert severity="info">Click **RUN** to send the API request. The response will appear on the right.<br/>You can also edit any code block and rerun the request to see different results.</Alert>
7+
<Alert severity="info">Click **RUN** to send the API request. The response will appear below the snippet.<br/>You can also edit any code block and rerun the request to see different results.</Alert>
88

99
## Step 1: Create a collection
1010

0 commit comments

Comments
 (0)