Skip to content

Commit 0c6e1f9

Browse files
author
Cyrille Savelief
committed
Fix README
1 parent 83b5a72 commit 0c6e1f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ $ npm i @computablefacts/sdk-javascript
1111
Get the latest bundled version with:
1212

1313
```html
14-
<script src="https://unpkg.com/@computablefacts/sdk-javascript/dist/bundle/index.js"></script>
14+
<script src="https://unpkg.com/@computablefacts/sdk-javascript/dist/bundle/index.min.js"></script>
1515
```
1616

1717
You can fix the major version with:
1818

1919
```html
20-
<script src="https://unpkg.com/@computablefacts/sdk-javascript@1/dist/bundle/index.js"></script>
20+
21+
<script src="https://unpkg.com/@computablefacts/sdk-javascript@1/dist/bundle/index.min.js"></script>
2122
```
2223

2324
# usage

0 commit comments

Comments
 (0)