mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-11 04:22:19 +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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user