Skip to content

Commit

Permalink
renamed 'OAuth' -> 'oauth' to be linux friendly in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josh coffman committed Mar 24, 2014
1 parent 171e668 commit 48033df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To run examples/tests insall Mocha `$ npm install -g mocha` and run `$ mocha you

```javascript
describe('OAuth1.0',function(){
var OAuth = require('OAuth');
var OAuth = require('oauth');

it('tests trends Twitter API v1.1',function(done){
var oauth = new OAuth.OAuth(
Expand Down Expand Up @@ -50,7 +50,7 @@ describe('OAuth1.0',function(){
## OAuth2.0
```javascript
describe('OAuth2',function(){
var OAuth = require('OAuth');
var OAuth = require('oauth');

it('gets bearer token', function(done){
var OAuth2 = OAuth.OAuth2;
Expand Down

0 comments on commit 48033df

Please sign in to comment.