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 9dc4b7b commit 1ee49d4Copy full SHA for 1ee49d4
README.md
@@ -7,7 +7,7 @@ from your JavaScript code on web browsers or with Node.js.
7
## Quick Start
8
The library is available on the global CDN [jsDelivr:](https://www.jsdelivr.com/)
9
```html
10
-<script src="https://cdn.jsdelivr.net/npm/addsearch-js-client@0.2/dist/addsearch-js-client.min.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/addsearch-js-client@0.3/dist/addsearch-js-client.min.js"></script>
11
```
12
To install the library locally or to use it with Node.js:
13
```sh
0 commit comments