Skip to content

Commit 8fb05d0

Browse files
committed
Merge pull request #2 from mauro-oto/master
Fixed typos.
2 parents eb22f10 + e884687 commit 8fb05d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ def delete uid, params={}, api_key=nil
6363
def update uid, params={}, api_key=nil
6464
```
6565

66-
So this two are equivalent:
66+
So these two are equivalent:
6767
```
6868
customer = Mango::Customers.create params
6969
customer = Mango.request :post, '/customers/', api_key, params
7070
```
7171

72-
This are the operations available for each resource:
72+
These are the operations available for each resource:
7373

7474
|Resource|list|create|retrieve|update|delete|delete_all|
7575
|--------|:--:|:----:|:------:|:----:|:----:|:--------:|

0 commit comments

Comments
 (0)