Skip to content

Commit

Permalink
Merge pull request #52 from sachdeva-shrey/docs/fix-version
Browse files Browse the repository at this point in the history
docs: update release version
  • Loading branch information
kwsamarasinghe authored Jun 25, 2021
2 parents 1b3f182 + 2ba875a commit 8a3a263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ npm install feature-viewer
yarn add feature-viewer
```

Or Include the feature-viewer from rawgit CDN in the header of your html
Or Include the feature-viewer from jsDelivr CDN in the header of your html
```html
<script src="https://cdn.jsdelivr.net/gh/calipho-sib/feature-viewer@v1.0.8/dist/feature-viewer.bundle.js"></script>
<script src="https://cdn.jsdelivr.net/gh/calipho-sib/feature-viewer@v1.1.0/dist/feature-viewer.bundle.js"></script>
```

**NOTE** : If you already got the dependencies (D3, Bootstrap & Jquery) in your project, use the simple minified version instead of the bundle :
```html
<script src="https://cdn.jsdelivr.net/gh/calipho-sib/feature-viewer@v1.0.8/dist/feature-viewer.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/calipho-sib/feature-viewer@v1.1.0/dist/feature-viewer.min.js"></script>
```

**2.** Specify a div in your html
Expand Down

0 comments on commit 8a3a263

Please sign in to comment.