Skip to content

Commit

Permalink
minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassolberg committed Sep 2, 2014
1 parent 2af684c commit bc01a23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ If you would like to fork the library, modify or contribute to development, you
To start using JSO, you need to initialize a new JSO object with configuration for an OAuth 2.0 Provider:

```javascript
var JSO = require("bower/jso/src/jso");

var jso = new JSO({
providerID: "google",
client_id: "541950296471.apps.googleusercontent.com",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JSO – OAuth 2.0 Client with Javascript


[Documentation: Getting Started](README-getting-started.md)
* [Documentation: Getting Started](README-getting-started.md)


OAuth 2.0 from your javascript client web applicaiton or mobile application in a secure way. JSO is provided by [UNINETT AS](http://www.uninett.no), a non-profit company working for educational and research institutions in Norway.
Expand Down

0 comments on commit bc01a23

Please sign in to comment.