mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
learn more section in Deno SDK
This commit is contained in:
parent
af8c52087b
commit
ce17d5d886
1 changed files with 7 additions and 1 deletions
|
|
@ -50,4 +50,10 @@ promise.then(function (response) {
|
|||
}, function (error) {
|
||||
console.log(error);
|
||||
});
|
||||
```
|
||||
```
|
||||
|
||||
### Learn more
|
||||
You can use followng resources to learn more and get help
|
||||
- [Appwrite Docs](https://appwrite.io/docs)
|
||||
- [Discord Community](https://appwrite.io/discord)
|
||||
- [Appwrite Deno Playground](https://github.com/appwrite/playground-for-deno)
|
||||
Loading…
Reference in a new issue