Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/docs/tutorials/react/step-3/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can skip optional steps.

# Initialize Appwrite SDK {% #init-sdk %}

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.

{% only_dark %}
![Project settings screen](/images/docs/quick-starts/dark/project-id.png)
Expand All @@ -54,4 +54,4 @@ client

export const account = new Account(client);
export const databases = new Databases(client);
```
```