Skip to content

Commit e06ea23

Browse files
committed
Merge pull request piotrmurach#218 from trodrigu/patch-1
Update README.md
2 parents 031dff7 + dd8f5cf commit e06ea23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ In order to be able to create/update/remove files you need to use Contents API l
621621
contents = Github::Client::Repos::Contents.new oauth_token: '...'
622622
```
623623

624-
Having instantiaed the contents, to create a file do:
624+
Having instantiated the contents, to create a file do:
625625

626626
```ruby
627627
contents.create 'username', 'repo_name', 'full_path_to/file.ext',

0 commit comments

Comments
 (0)