From b542e9b96adf03461acbd7422b5bec8479761506 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 13 Apr 2020 13:50:47 +0300 Subject: [PATCH] Fixed short description --- app/tasks/sdks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index c4cc46ffa6..a2e9091abf 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -141,7 +141,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ->setDescription("Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the {$language['name']} SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)") - ->setShortDescription('Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API') + ->setShortDescription('Appwrite is an open-source self-hosted backend as a service that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API') ->setLicense($license) ->setLicenseContent($licenseContent) ->setVersion($language['version'])