Skip to content

Commit 7a274ae

Browse files
committed
Add instructions
1 parent c8ff6df commit 7a274ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ The library is available on the global CDN [jsDelivr:](https://www.jsdelivr.com/
1212
To install the library locally or to use it with Node.js:
1313
```sh
1414
npm install addsearch-js-client --save
15+
16+
# After installation, add the library to your JS code
17+
# var AddSearchClient = require('addsearch-js-client');
1518
```
1619

17-
####Make the first search
20+
####Execute the first search
1821
```js
1922
// Create client with your 32-character SITEKEY
2023
var client = new AddSearchClient('YOUR PUBLIC SITEKEY');

0 commit comments

Comments
 (0)