Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Fix CDN link in README.md
Browse files Browse the repository at this point in the history
Link to CDN for lisk-js was broken, possibly because it was pointing to the development branch rather than master branch.
  • Loading branch information
kilkelly authored and tosch110 committed Feb 2, 2018
1 parent 1e1ea4e commit 414821e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,9 +20,9 @@ Lisk JS is a JavaScript library for [Lisk - the cryptocurrency and blockchain ap

## CDN

https://gitcdn.xyz/repo/LiskHQ/lisk-js/development/dist/lisk-js.js<br/>
https://gitcdn.xyz/repo/LiskHQ/lisk-js/master/dist/lisk-js.js<br/>
```html
<script src="https://gitcdn.xyz/repo/LiskHQ/lisk-js/development/dist/lisk-js.js"></script>
<script src="https://gitcdn.xyz/repo/LiskHQ/lisk-js/master/dist/lisk-js.js"></script>
```

## Server
Expand Down

0 comments on commit 414821e

Please sign in to comment.