1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00

Fixed short description

This commit is contained in:
Eldad Fux 2020-04-13 13:50:47 +03:00
parent e930c18fe2
commit b542e9b96a

View file

@ -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'])