Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 06d5601

Browse files
author
Rob Griffiths
committed
updated version
1 parent 54230d6 commit 06d5601

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# jsOAuth - JavaScript OAuth library
2-
[![endorse](http://api.coderwall.com/bytespider/endorsecount.png)](http://coderwall.com/bytespider)
32

43
jsOAuth is a javascript library implementing the OAuth protocol. jsOAuth aims to
54
form the basis of custom clients such as Twitter and Yahoo.
@@ -21,9 +20,9 @@ If you need more help or discussion, try the [Google jsOAuth Group](https://grou
2120

2221
## Usage
2322

24-
Download the [minified library](https://github.com/downloads/bytespider/jsOAuth/jsOAuth-1.3.6.min.js) and include it in your html.
23+
Download the [minified library](https://github.com/downloads/bytespider/jsOAuth/jsOAuth-1.3.7.min.js) and include it in your html.
2524

26-
<script type="text/javascript" src="library/jsOAuth-1.3.6.min.js"></script>
25+
<script type="text/javascript" src="library/jsOAuth-1.3.7.min.js"></script>
2726

2827
This gives you a global OAuth object for you to set up and make requests with.
2928
Setting it up is simple.

Version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.6
1+
1.3.7

0 commit comments

Comments
 (0)