We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b5a72 commit 0c6e1f9Copy full SHA for 0c6e1f9
README.md
@@ -11,13 +11,14 @@ $ npm i @computablefacts/sdk-javascript
11
Get the latest bundled version with:
12
13
```html
14
-<script src="https://unpkg.com/@computablefacts/sdk-javascript/dist/bundle/index.js"></script>
+<script src="https://unpkg.com/@computablefacts/sdk-javascript/dist/bundle/index.min.js"></script>
15
```
16
17
You can fix the major version with:
18
19
20
-<script src="https://unpkg.com/@computablefacts/sdk-javascript@1/dist/bundle/index.js"></script>
+
21
+<script src="https://unpkg.com/@computablefacts/sdk-javascript@1/dist/bundle/index.min.js"></script>
22
23
24
# usage
0 commit comments