renamed 'OAuth' -> 'oauth' to be linux friendly in the readme
This commit is contained in:
parent
171e668f38
commit
48033df3e4
@ -22,7 +22,7 @@ To run examples/tests insall Mocha `$ npm install -g mocha` and run `$ mocha you
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
describe('OAuth1.0',function(){
|
describe('OAuth1.0',function(){
|
||||||
var OAuth = require('OAuth');
|
var OAuth = require('oauth');
|
||||||
|
|
||||||
it('tests trends Twitter API v1.1',function(done){
|
it('tests trends Twitter API v1.1',function(done){
|
||||||
var oauth = new OAuth.OAuth(
|
var oauth = new OAuth.OAuth(
|
||||||
@ -50,7 +50,7 @@ describe('OAuth1.0',function(){
|
|||||||
## OAuth2.0
|
## OAuth2.0
|
||||||
```javascript
|
```javascript
|
||||||
describe('OAuth2',function(){
|
describe('OAuth2',function(){
|
||||||
var OAuth = require('OAuth');
|
var OAuth = require('oauth');
|
||||||
|
|
||||||
it('gets bearer token', function(done){
|
it('gets bearer token', function(done){
|
||||||
var OAuth2 = OAuth.OAuth2;
|
var OAuth2 = OAuth.OAuth2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user