+page.markdoc: Fix typo, change "Svelte" to "Vue"

This commit is contained in:
Gümrah Sindar
2024-06-11 15:12:59 +03:00
committed by GitHub
parent 971845116c
commit b4672f634e

View File

@@ -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 Vue 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)
@@ -53,4 +53,4 @@ client
export const account = new Account(client);
export const databases = new Databases(client);
```
```