diff --git a/src/lib/layout/wizardStep.svelte b/src/lib/layout/wizardStep.svelte
index 73e50eeac2..8b7d1561fd 100644
--- a/src/lib/layout/wizardStep.svelte
+++ b/src/lib/layout/wizardStep.svelte
@@ -12,7 +12,7 @@
}
- First, add this to your root level build.gradle file: And add this to your project's build.gradle file:
+
Now that you've downloaded the SDK, it's time to initialze it. Use your project ID, which
can be found in your project settings page.
+
Before sending any API calls to your new Appwrite project, make sure your device or emulator
has network access to your Appwrite project's hostname or IP address.
Add Appwrite SDK to your package's pubspec.yaml file. You can view an example here.
You can also install the SDK using the Dart package manager from your terminal:
+
+
Init your SDK
-
-
+
+
+
+
Before sending any API calls to your new Appwrite project, make sure your device or emulator
has network access to your Appwrite project's hostname or IP address.
diff --git a/src/routes/console/project-[project]/overview/platforms/wizard/web/step2.svelte b/src/routes/console/project-[project]/overview/platforms/wizard/web/step2.svelte
index 9699669ff3..aeab08e592 100644
--- a/src/routes/console/project-[project]/overview/platforms/wizard/web/step2.svelte
+++ b/src/routes/console/project-[project]/overview/platforms/wizard/web/step2.svelte
@@ -22,40 +22,49 @@
- Use NPM (node package manager) from your command line to add Appwrite SDK to your project.
-
- When you're using a bundler (like Vite
- or
- Rollup), import the Appwrite module when you need it:
-
- To install with a CDN (content delivery network) add the following scripts to the bottom
- of your tag, but before you use any Appwrite services:
- Choose your preferred method of installation
+ Use
+ NPM (node package manager) from your command line to add Appwrite SDK to your
+ project.
+
+ When you're using a bundler (like Vite
+ or
+ Rollup), import the Appwrite module when you need it:
+
+ To install with a CDN (content delivery network) add the following scripts to the
+ bottom of your tag, but before you use any Appwrite services:
+
-
- {:else if method === Method.CDN}
-
- {/if}
+
+
+
+ {:else if method === Method.CDN}
+
+ {/if}
+