From ce17d5d8860a313d8efeb0da5a492a1e74725c9d Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 11 Mar 2021 10:39:49 +0545 Subject: [PATCH] learn more section in Deno SDK --- docs/sdks/deno/GETTING_STARTED.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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