Skip to content

Commit e5f01f0

Browse files
committed
feat(general): updates for 0.9
1 parent 3d1b265 commit e5f01f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ try {
7979
```
8080

8181
### Learn more
82-
You can use followng resources to learn more and get help
82+
You can use following resources to learn more and get help
8383
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
8484
- 📜 [Appwrite Docs](https://appwrite.io/docs)
8585
- 💬 [Discord Community](https://appwrite.io/discord)

docs/examples/functions/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ client
1010

1111
Functions functions = new Functions(client);
1212

13-
HttpResponseMessage result = await functions.Create("[NAME]", [List<object>], "java-11");
13+
HttpResponseMessage result = await functions.Create("[NAME]", [List<object>], "java-11.0");

0 commit comments

Comments
 (0)