Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
william26 committed Jul 11, 2014
2 parents d998713 + a2c0b65 commit 7f4b7e1
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 @@ -54,9 +54,9 @@ Or you can allow all domains with `*` like this :
Integrating in your project
---------------------------

The `OAuth` object is automatically added to `window` when you include the plugin, so you don't need
The `OAuth` object is automatically added to `window` when you include the plugin, so you don't need to add it yourself.

In your JavaScript, add this line to initialize OAuth.js. You can get a public key from your [OAuth.io Key Manager](https://oauth.io/key-manager) (you'll have to create an account if you don't have one yet).
In your JavaScript, add this line to initialize OAuth.js. You can get the public key of your app from your [OAuth.io dashboard](https://oauth.io/dashboard/apps).

```javascript
OAuth.initialize('your_app_public_key');
Expand Down Expand Up @@ -318,7 +318,7 @@ Then you can run the testsuite from the SDK www directory :
$ jasmine-node --verbose tests/unit/spec
```

Once you've isntalled `istanbul`, you can run the following command to get coverage information :
Once you've installed `istanbul`, you can run the following command to get coverage information :

```sh
$ npm test
Expand Down Expand Up @@ -360,4 +360,4 @@ This SDK is published under the Apache2 License.



More information in [oauth.io documentation](http://oauth.io/#/docs)
More information in [oauth.io documentation](http://oauth.io/#/docs)

0 comments on commit 7f4b7e1

Please sign in to comment.