diff --git a/docs/sdks/deno/GETTING_STARTED.md b/docs/sdks/deno/GETTING_STARTED.md index c9865ea38..d06f5ff58 100644 --- a/docs/sdks/deno/GETTING_STARTED.md +++ b/docs/sdks/deno/GETTING_STARTED.md @@ -50,4 +50,10 @@ promise.then(function (response) { }, function (error) { console.log(error); }); -``` \ No newline at end of file +``` + +### 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) \ No newline at end of file