We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ff6df commit 7a274aeCopy full SHA for 7a274ae
README.md
@@ -12,9 +12,12 @@ The library is available on the global CDN [jsDelivr:](https://www.jsdelivr.com/
12
To install the library locally or to use it with Node.js:
13
```sh
14
npm install addsearch-js-client --save
15
+
16
+# After installation, add the library to your JS code
17
+# var AddSearchClient = require('addsearch-js-client');
18
```
19
-####Make the first search
20
+####Execute the first search
21
```js
22
// Create client with your 32-character SITEKEY
23
var client = new AddSearchClient('YOUR PUBLIC SITEKEY');
0 commit comments