We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6231a5c + a5146f9 commit b73cb82Copy full SHA for b73cb82
src/routes/docs/tutorials/react/step-3/+page.markdoc
@@ -31,7 +31,7 @@ You can skip optional steps.
31
32
# Initialize Appwrite SDK {% #init-sdk %}
33
34
-To use Appwrite in our Svelte app, we'll need to find our project ID. Find your project's ID in the **Settings** page.
+To use Appwrite in our React app, we'll need to find our project ID. Find your project's ID in the **Settings** page.
35
36
{% only_dark %}
37

@@ -54,4 +54,4 @@ client
54
55
export const account = new Account(client);
56
export const databases = new Databases(client);
57
-```
+```
0 commit comments