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 #427 from appwrite/fix-functions-dependency
Browse files Browse the repository at this point in the history
Add missing code tags to swift and dotnet dependency command
  • Loading branch information
Vincent (Wen Yu) Ge authored Sep 3, 2023
2 parents 1c8c497 + edd271d commit 06831be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/docs/functions-develop.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -1609,15 +1609,15 @@ namespace runtime {
</td>
<td><b>Swift</b></td>
<td><a href="https://swift.org/package-manager/" target="_blank">Swift Package Manager</a></td>
<td>swift package resolve</td>
<td><code>swift package resolve</code></td>
</tr>
<tr>
<td>
<img src="" data-ls-attrs="src=/images/runtimes/dotnet.png" alt="Swift icon" class="avatar xxs" />
</td>
<td><b>.NET</b></td>
<td><a href="https://www.nuget.org/" target="_blank">NuGet</a></td>
<td>dotnet restore</td>
<td><code>dotnet restore</code></td>
</tr>
<tr>
<td>
Expand Down

0 comments on commit 06831be

Please sign in to comment.