diff --git a/README.md b/README.md index bc78047f0f..4e410a5437 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Below is a list of currently supported platforms and languages. If you wish to h #### Server * ✅ [NodeJS](https://github.com/appwrite/sdk-for-node) (Maintained by the Appwrite Team) * ✅ [PHP](https://github.com/appwrite/sdk-for-php) (Maintained by the Appwrite Team) +* ✅ [Deno](https://github.com/appwrite/sdk-for-deno) - **Beta** (Maintained by the Appwrite Team) * ✅ [Ruby](https://github.com/appwrite/sdk-for-ruby) - **Beta** (Maintained by the Appwrite Team) * ✅ [Python](https://github.com/appwrite/sdk-for-python) - **Beta** (Maintained by the Appwrite Team) * ✅ [Go](https://github.com/appwrite/sdk-for-go) **Work in progress** (Maintained by the Appwrite Team) diff --git a/app/config/platforms.php b/app/config/platforms.php index b424b06e5e..e3bda605e5 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -167,7 +167,7 @@ return [ 'name' => 'Deno', 'version' => '0.0.2', 'url' => 'https://github.com/appwrite/sdk-for-deno', - 'enabled' => false, + 'enabled' => true, 'beta' => true, 'dev' => false, 'family' => APP_PLATFORM_SERVER,