README.md in nuorder-1.0.1 vs README.md in nuorder-1.1.0
- old
+ new
@@ -35,11 +35,11 @@
4. `oauth_consumer_secret`
5. `oauth_token`
6. `oauth_token_secret`
7. `oauth_callback` Default: `'oob'`
* NuORDER will POST the callback the `oauth_verifier` token.
- * If the callback is set to `'oob'`, the `oauth_verifier` token must be supplied manually by the user.
+ * If the callback is set to `'oob'`, the `oauth_verifier` token must be supplied manually by the user.
#### Example
```ruby
Nuorder.configure do |config|
@@ -64,10 +64,10 @@
1. `Nuorder.api_initiate`
* An inital call will be made in order to get the temporary tokens.
2. `Nuorder.get_oauth_token(oauth_verifier)`
* Call for getting the permanent tokens.
- * `oauth_verifier` must be supplied.
+ * `oauth_verifier` must be supplied.
Retrieve tokens:
```ruby
oauth_token = Nuorder.oauth_token