Improved formatting in readme change
This commit is contained in:
parent
603c1c7b3f
commit
e7f3d1ebd5
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -151,11 +151,13 @@ Accepted values: "Off", "Moderate", "Strict".
|
|||
or videos, but may include sexually explicit text.*
|
||||
|
||||
#### Web Only API Subscriptions
|
||||
|
||||
To use this library with a web only subscription require and initialize it with this root uri:
|
||||
|
||||
To use this library with a web only subscription, you can require and initialize it with an alternate root url:
|
||||
```js
|
||||
var Bing = require('node-bing-api')({ accKey: "your-account-key", rootUri: "https://api.datamarket.azure.com/Bing/SearchWeb/v1/" });
|
||||
var Bing = require('node-bing-api')
|
||||
({
|
||||
accKey: "your-account-key",
|
||||
rootUri: "https://api.datamarket.azure.com/Bing/SearchWeb/v1/"
|
||||
});
|
||||
```
|
||||
|
||||
## Running Tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue