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

Commit bbbd4e7

Browse files
fix cli add command
1 parent 84d0f16 commit bbbd4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $dartVersion = $versions['dart'] ?? '';
6262
Install-Package Appwrite
6363

6464
# or .NET CLI
65-
csharp add package Appwrite</code></pre>
65+
dotnet add package Appwrite</code></pre>
6666
</div>
6767
</li>
6868
<li>
@@ -455,4 +455,4 @@ res.then((response) {
455455

456456
<h2>Next Steps</h2>
457457

458-
<p>Appwrite has many services and tools to help improve your app and speed up your development. The best way to learn how you can take advantage of them is to explore the different API references docs.</p>
458+
<p>Appwrite has many services and tools to help improve your app and speed up your development. The best way to learn how you can take advantage of them is to explore the different API references docs.</p>

0 commit comments

Comments
 (0)