Skip to content

Commit

Permalink
Merge pull request #59 from jcchalte/master
Browse files Browse the repository at this point in the history
Readme.md modification
  • Loading branch information
janhommes authored Nov 3, 2017
2 parents 1e77c8a + e912150 commit 35ab885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ o().config({
username: null, // the basic auth username
password: null, // the basic auth password
isAsync: true // set this to false to enable sync requests. Only usable without basic auth
isCors: true, // set this to false to disable CORS
isHashRoute: true, // set this var to false to disable automatic #-hash setting on routes
appending: '' // set this value to append something to a any request. eg.: [{name:'apikey', value:'xyz'}]
});
```

Expand Down

0 comments on commit 35ab885

Please sign in to comment.