diff --git a/README-getting-started.md b/README-getting-started.md index 79b7926..d7961a1 100644 --- a/README-getting-started.md +++ b/README-getting-started.md @@ -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", diff --git a/README.md b/README.md index c290ee4..8676cb7 100644 --- a/README.md +++ b/README.md @@ -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.