mirror of
https://github.com/Instadapp/dsa-developers.git
synced 2024-07-29 21:56:57 +00:00
fixed issue with cdn
This commit is contained in:
parent
ac0844077b
commit
e4b2a526af
|
@ -14,7 +14,7 @@ npm install dsa-sdk
|
|||
You can also import the build from CDN:
|
||||
|
||||
```js
|
||||
<script src="https://cdn.jsdelivr.net/npm/dsa-sdk@1.2.0/build/dsa.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dsa-sdk@1.2.0/build/dsa.js"></script>
|
||||
```
|
||||
|
||||
For production, we recommend linking to a specific version number ([jsdeliver](https://www.jsdelivr.com/package/npm/dsa-sdk)).
|
||||
|
|
Loading…
Reference in New Issue
Block a user