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

Commit

Permalink
Remove extra line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaoberai committed Jul 19, 2023
1 parent 094663a commit fb6f9d7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/views/docs/getting-started-for-server.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ let client = Client()
var client = new Client()
.SetEndpoint("http://cloud.appwrite.io/v1") // Your Appwrite Endpoint
.SetProject("[PROJECT_ID]") // Your project ID
.SetKey("919c2db5d4...a2a3346ad2"); // Your secret API Key
</code></pre>
.SetKey("919c2db5d4...a2a3346ad2"); // Your secret API Key</code></pre>
</div>
</li>
</ul>
Expand Down Expand Up @@ -563,8 +562,7 @@ var user = await users.Create(
userId: ID.Unique(),
email: "[email protected]",
phone: null,
password: "password");
</code></pre>
password: "password");</code></pre>
</div>
</li>
</ul>
Expand Down Expand Up @@ -775,8 +773,7 @@ var user = await users.Create(
userId: ID.Unique(),
email: "[email protected]",
phone: null,
password: "password");
</code></pre>
password: "password");</code></pre>
</div>
</li>
</ul>
Expand Down

0 comments on commit fb6f9d7

Please sign in to comment.