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

Commit cea5d34

Browse files
committed
Updated examples
1 parent b9d5324 commit cea5d34

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ $dartVersion = $versions['dart'] ?? '';
5858
<li>
5959
<h3>Dart</h3>
6060
<div>
61-
<p>Add dart_appwrite to pubspec.yaml</p>
61+
<p>Add the Appwrite SDK to your pubspec.yaml</p>
6262
<div class="ide margin-top-small" data-lang="yaml" data-lang-label="Dart SDK">
6363
<pre class="line-numbers"><code class="prism language-yaml" data-prism>dependency:
6464
dart_appwrite: <?php echo $this->escape($dartVersion); ?></code></pre>
6565
</div>
66-
<p>Get Dependency</p>
66+
<p>Install using Pub</p>
6767
<div class="ide margin-top-small" data-lang="bash" data-lang-label="Dart SDK">
6868
<pre class="line-numbers"><code class="prism language-bash" data-prism>dart pub get</code></pre>
6969
</div>
@@ -172,7 +172,8 @@ final client = Client();
172172
client
173173
.setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint
174174
.setProject('5df5acd0d48c2') // Your project ID
175-
.setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key</code></pre>
175+
.setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key
176+
;</code></pre>
176177
</div>
177178
</li>
178179
</ul>

0 commit comments

Comments
 (0)