We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead61e0 commit e01e0f0Copy full SHA for e01e0f0
README.md
@@ -6,6 +6,9 @@ This is the JavaScript SDK for [OAuth.io](https://oauth.io). OAuth.io allows you
6
Installation
7
============
8
9
+Getting the SDK
10
+---------------
11
+
12
To get the SDK, you can :
13
14
- download the zip file from this repository
@@ -21,6 +24,9 @@ Just copy the dist/oauth.js or dist/oauth.min.js to your project.
21
24
$ bower install oauth-js
22
25
```
23
26
27
+Integrating in your project
28
+---------------------------
29
30
In the `<head>` of your HTML, include OAuth.js
31
32
`<script src="/path/to/oauth.js"></script>`
0 commit comments