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

Commit

Permalink
Merge pull request #367 from appwrite/cloud
Browse files Browse the repository at this point in the history
Close code tags properly in Android getting started guide.
  • Loading branch information
TorstenDittmann authored May 2, 2023
2 parents 691c977 + 35b4149 commit d11febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/docs/getting-started-for-android.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import io.appwrite.services.Account

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

<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>
Expand Down

0 comments on commit d11febd

Please sign in to comment.