Skip to content

Commit

Permalink
Typos in readme ;_;
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Spoor committed Dec 22, 2015
1 parent 79fff4a commit be4a934
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Mondo API is still indev and unstable so install directly from Github. Might

`bower install --save https://github.com/lededje/Mondojs`

### Constructory Summary
### Constructor Summary

`new Mondo(clientId, clientSecret) ⇒ Object`

Expand All @@ -22,11 +22,11 @@ Constructs a new Mondo instance

`oauth ⇒ Object`

The OAuth instance that was created during construction. Is later used to perform authorised requests.
The OAuth instance that was created during construction. Is later used to perform authorized requests.

`token ⇒ Object`

The token created with you use the auth method. Used to authorise subsequent requests to the API.
The token created with you use the auth method. Used to authorize subsequent requests to the API.

### Method Summary

Expand Down Expand Up @@ -69,4 +69,4 @@ Attaches annotations to transactions. Requires transaction ids from the transact

`feed(acountId: string, item: Object) ⇒ Promise`

Attaches posts to a users feed. Item contains specific paramters. See below.
Attaches posts to a users feed. Item contains specific parameters. See below.

0 comments on commit be4a934

Please sign in to comment.