Skip to content

Commit

Permalink
Change of phrasing and display on README
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Loizeau committed Apr 21, 2015
1 parent 52946e6 commit f5457b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Wrapper for OrangeSMS API, available at [Orange Partner](https://www.orangepartn
npm install node-orangesms --save

## Usage example
You need to register on Orange Partner and register an application with Orange SMS in order to use the API. You'll find the required credentials on your Orange Partner dashboard.
You need to signup on Orange Partner and register an application with Orange SMS in order to use the API. You'll find the required credentials on your Orange Partner dashboard.

var orangeConfiguration = {
proxy: {
Expand All @@ -18,7 +18,11 @@ You need to register on Orange Partner and register an application with Orange S
},
strictSSL: false
};
var orangeSMS = require('node-orangesms')(ORANGE_PARTNER_CLIENT_ID, ORANGE_PARTNER_CLIENT_SECRET, orangeConfiguration);
var orangeSMS = require('node-orangesms')(
ORANGE_PARTNER_CLIENT_ID,
ORANGE_PARTNER_CLIENT_SECRET,
orangeConfiguratio
);

orangeSMS.getPurchaseOrders()
.then(function(result) {
Expand Down

0 comments on commit f5457b2

Please sign in to comment.