Skip to content

Commit a32e24a

Browse files
committed
Fix spelling error and add example info
1 parent 2b4ee18 commit a32e24a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -404,13 +404,13 @@ function getSSLPage($url) {
404404
$sdk = new SDK(new Kotlin(), new Swagger2($spec));
405405

406406
$sdk
407-
->setName('NAME')
407+
->setName('Kotlin')
408408
->setNamespace('io appwrite')
409-
->setDescription('Repo description goes here')
410-
->setShortDescription('Repo short description goes here')
409+
->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 Flutter 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')
410+
->setShortDescription('Appwrite Kotlin SDK')
411411
->setURL('https://example.com')
412412
->setGitUserName('appwrite')
413-
->setGitRepoName('kotlin-sdk')
413+
->setGitRepoName('sdk-for-kotlin')
414414
->setLogo('https://appwrite.io/v1/images/console.png')
415415
->setLicenseContent('test test test')
416416
->setWarning('**This SDK is compatible with Appwrite server version 0.7.x. For older versions, please check previous releases.**')
@@ -490,7 +490,7 @@ function getSSLPage($url) {
490490
```
491491
492492
### Learn more
493-
You can use followng resources to learn more and get help
493+
You can use following resources to learn more and get help
494494
- 📜 [Appwrite Docs](https://appwrite.io/docs)
495495
- 💬 [Discord Community](https://appwrite.io/discord)
496496
")

0 commit comments

Comments
 (0)