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

Commit 3c01df1

Browse files
Update app/views/docs/getting-started-for-server.phtml
Co-authored-by: Matej Bačo <[email protected]>
1 parent e437226 commit 3c01df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $swiftVersion = $versions['swift'] ?? '';
8686
<div class="ide margin-top-small" data-lang="swift" data-lang-label="Swift">
8787
<pre class="line-numbers"><code class="prism language-swift" data-prism>dependencies: [
8888
// ...
89-
.package(url: "https://github.com/appwrite/sdk-for-swift.git", from: "?php $this->escape($swiftVersion); ?>")
89+
.package(url: "https://github.com/appwrite/sdk-for-swift.git", from: "<?php $this->escape($swiftVersion); ?>")
9090
// ...
9191
]</code></pre>
9292
</div>

0 commit comments

Comments
 (0)