Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit d11febd

Browse files
Merge pull request #367 from appwrite/cloud
Close code tags properly in Android getting started guide.
2 parents 691c977 + 35b4149 commit d11febd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/getting-started-for-android.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import io.appwrite.services.Account
7171

7272
val client = Client(context)
7373
.setEndpoint("https://cloud.appwrite.io/v1") // Your Appwrite Endpoint
74-
.setProject("[PROJECT_ID]") // Your project ID
74+
.setProject("[PROJECT_ID]") // Your project ID</code></pre>
7575
</div>
7676

7777
<p>Before sending any API calls to your new Appwrite project, make sure your Android device or emulator has network access to your Appwrite project's hostname or IP address.</p>

0 commit comments

Comments
 (0)