1
0
Fork 0
mirror of synced 2024-06-13 08:14:46 +12:00

Updated repo name

This commit is contained in:
Eldad Fux 2021-02-01 13:00:13 +02:00
parent 3440571f7f
commit 9ae0531b9b
2 changed files with 4 additions and 4 deletions

View file

@ -115,7 +115,7 @@ For the complete API documentation, visit [https://appwrite.io/docs](https://app
Below is a list of currently supported platforms and languages. If you wish to help us add support to your platform of choice, you can go over to our [SDK Generator](https://github.com/appwrite/sdk-generator) project and view our [contribution guide](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md).
#### Client
* ✅   [Web](https://github.com/appwrite/sdk-for-js) (Maintained by the Appwrite Team)
* ✅   [Web](https://github.com/appwrite/sdk-for-web) (Maintained by the Appwrite Team)
* ✅   [Flutter](https://github.com/appwrite/sdk-for-flutter) (Maintained by the Appwrite Team)
#### Server

View file

@ -16,7 +16,7 @@ return [
'key' => 'web',
'name' => 'Web',
'version' => '1.2.0',
'url' => 'https://github.com/appwrite/sdk-for-js',
'url' => 'https://github.com/appwrite/sdk-for-web',
'package' => 'https://www.npmjs.com/package/appwrite',
'enabled' => true,
'beta' => false,
@ -24,8 +24,8 @@ return [
'family' => APP_PLATFORM_CLIENT,
'prism' => 'javascript',
'source' => \realpath(__DIR__ . '/../sdks/client-web'),
'gitUrl' => 'git@github.com:appwrite/sdk-for-js.git',
'gitRepoName' => 'sdk-for-js',
'gitUrl' => 'git@github.com:appwrite/sdk-for-web.git',
'gitRepoName' => 'sdk-for-web',
'gitUserName' => 'appwrite',
],
[