Skip to content

Commit d4d8830

Browse files
committed
feat(general): updates for 0.9
1 parent 878b97c commit d4d8830

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
@@ -80,7 +80,7 @@ except AppwriteException as e:
8080
```
8181

8282
### Learn more
83-
You can use followng resources to learn more and get help
83+
You can use following resources to learn more and get help
8484
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
8585
- 📜 [Appwrite Docs](https://appwrite.io/docs)
8686
- 💬 [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
@@ -11,4 +11,4 @@ client = Client()
1111

1212
functions = Functions(client)
1313

14-
result = functions.create('[NAME]', [], 'java-11')
14+
result = functions.create('[NAME]', [], 'java-11.0')

0 commit comments

Comments
 (0)