mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Fix Appwrite SDK version
This commit is contained in:
@@ -61,7 +61,7 @@ Next up, we'll create our test app. This will require us to create two files in
|
||||
<button type="button">Add documents</button>
|
||||
|
||||
<!-- Appwrite Web SDK -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/appwrite@18.1.0"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/appwrite@18.1.1"></script>
|
||||
|
||||
<!-- Our app's script -->
|
||||
<script src="app.js"></script>
|
||||
@@ -121,4 +121,4 @@ Reopen the HTML page in your browser. Clicking the `Add documents` button will a
|
||||
And with that, you have successfully tested dev keys! Learn more about Appwrite by visiting the docs and joining the Discord community.
|
||||
|
||||
- [Appwrite dev keys docs](/docs/advanced/platform/dev-keys)
|
||||
- [Appwrite Discord server](/discord)
|
||||
- [Appwrite Discord server](/discord)
|
||||
|
||||
Reference in New Issue
Block a user