Skip to content

Commit

Permalink
feat(general): updates for 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed Jul 7, 2021
1 parent 9ef8698 commit 290c09a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'mime-types', '~> 3.1'
gem 'mime-types', '~> 3.3.1'
gemspec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ end
```

### Learn more
You can use followng resources to learn more and get help
You can use following resources to learn more and get help
- πŸš€ [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- πŸ“œ [Appwrite Docs](https://appwrite.io/docs)
- πŸ’¬ [Discord Community](https://appwrite.io/discord)
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/functions/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ client

functions = Appwrite::Functions.new(client);

response = functions.create(name: '[NAME]', execute: [], runtime: 'java-11');
response = functions.create(name: '[NAME]', execute: [], runtime: 'java-11.0');

puts response

0 comments on commit 290c09a

Please sign in to comment.