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 578fa65 commit 2c09c06Copy full SHA for 2c09c06
README.md
@@ -7,7 +7,7 @@ and [Indexing API](https://www.addsearch.com/docs/api/indexing-overview/) with J
7
## Quick Start
8
The library is available on the global CDN [jsDelivr:](https://www.jsdelivr.com/package/npm/addsearch-js-client)
9
```html
10
-<script src="https://cdn.jsdelivr.net/npm/addsearch-js-client@0.5/dist/addsearch-js-client.min.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/addsearch-js-client@0.6/dist/addsearch-js-client.min.js"></script>
11
```
12
Or install the library locally to use it with Node.js:
13
```sh
0 commit comments