Skip to content

Commit 2c09c06

Browse files
committed
change library version in example
1 parent 578fa65 commit 2c09c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and [Indexing API](https://www.addsearch.com/docs/api/indexing-overview/) with J
77
## Quick Start
88
The library is available on the global CDN [jsDelivr:](https://www.jsdelivr.com/package/npm/addsearch-js-client)
99
```html
10-
<script src="https://cdn.jsdelivr.net/npm/addsearch-js-client@0.5/dist/addsearch-js-client.min.js"></script>
10+
<script src="https://cdn.jsdelivr.net/npm/addsearch-js-client@0.6/dist/addsearch-js-client.min.js"></script>
1111
```
1212
Or install the library locally to use it with Node.js:
1313
```sh

0 commit comments

Comments
 (0)