Fix Appwrite SDK version

This commit is contained in:
Aditya Oberai
2025-05-21 20:30:35 +05:30
committed by GitHub
parent 019cb5aefe
commit 2ae9ab189e

View File

@@ -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> <button type="button">Add documents</button>
<!-- Appwrite Web SDK --> <!-- 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 --> <!-- Our app's script -->
<script src="app.js"></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. 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 dev keys docs](/docs/advanced/platform/dev-keys)
- [Appwrite Discord server](/discord) - [Appwrite Discord server](/discord)