mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
+page.markdoc: Fix typo, change "Svelte" to "Vue"
This commit is contained in:
@@ -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 %}
|
||||

|
||||
@@ -53,4 +53,4 @@ client
|
||||
|
||||
export const account = new Account(client);
|
||||
export const databases = new Databases(client);
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user