Skip to content

Commit b33b817

Browse files
authored
Update README.md
1 parent 91e1553 commit b33b817

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ $sdk->generate(__DIR__ . '/examples/php'); // Generate source code
9393

9494
## Supported Server SDKs
9595

96-
| Language | Supported Versions | Coding Standards | Package Manager | Maintainer |
96+
| Language | Supported Versions | Coding Standards | Package Manager | Contributors |
9797
|------------|---------------------|------------------------|--------------------|----------------|
9898
| TypeScript | | [NPM Coding Style] | NPM, Yarn | [@eldadfux] |
9999
| NodeJS | 8, 10, 12 | [NPM Coding Style] | NPM, Yarn | [@eldadfux] |
100100
| PHP | 7.0+ | [PHP FIG] | Composer | [@eldadfux] |
101101
| Ruby | 2.4+ | [Ruby Style Guide] | GEM | [@eldadfux] |
102102
| Python | 3.5+ | [PEP8] | PIP | [@eldadfux] |
103-
| Dart | | [Effective Dart] | pub tool | [You?](https://github.com/appwrite/sdk-generator/issues/20) |
103+
| Dart | 2.7+ | [Effective Dart] | pub | [@lohanidamodar] |
104104
| Go | | [Effective Go] | go get | [@panz3r] |
105105
| .NET | .NET core 3.1 | [C# Coding Conventions]| NuGet | [@komemi] [@TorstenDittmann] |
106106
| D | | | ? | [You?](https://github.com/appwrite/sdk-generator/issues/20) |
@@ -114,6 +114,7 @@ $sdk->generate(__DIR__ . '/examples/php'); // Generate source code
114114
[@bartektartanus]: https://github.com/bartektartanus
115115
[@komemi]: https://github.com/komemi
116116
[@TorstenDittmann]: https://github.com/TorstenDittmann
117+
[@lohanidamodar]: https://github.com/lohanidamodar
117118

118119
[PHP FIG]: https://www.php-fig.org/
119120
[NPM Coding Style]: https://docs.npmjs.com/misc/coding-style

0 commit comments

Comments
 (0)