Skip to content

Commit 635d656

Browse files
authored
Merge pull request #2013 from appwrite/fix-sdk-dev-keys-blog
Fix Appwrite SDK version in the Dev Keys blog
2 parents 019cb5a + 2ae9ab1 commit 635d656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/blog/post/improve-devex-dev-keys/+page.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Next up, we'll create our test app. This will require us to create two files in
6161
<button type="button">Add documents</button>
6262

6363
<!-- Appwrite Web SDK -->
64-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script>
64+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
6565

6666
<!-- Our app's script -->
6767
<script src="app.js"></script>
@@ -121,4 +121,4 @@ Reopen the HTML page in your browser. Clicking the `Add documents` button will a
121121
And with that, you have successfully tested dev keys! Learn more about Appwrite by visiting the docs and joining the Discord community.
122122

123123
- [Appwrite dev keys docs](/docs/advanced/platform/dev-keys)
124-
- [Appwrite Discord server](/discord)
124+
- [Appwrite Discord server](/discord)

0 commit comments

Comments
 (0)