Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatSchaeff authored Mar 3, 2017
1 parent 436fc5c commit 278332d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See: http://www.nextprot.org/
![Feature viewer](/assets/FV_SCSHT.png)

**Live demo** : https://cdn.rawgit.com/calipho-sib/feature-viewer/v0.1.51/examples/index.html
**Live demo** : https://cdn.rawgit.com/calipho-sib/feature-viewer/v1.0.0/examples/index.html

## Getting Started

Expand All @@ -25,14 +25,14 @@ npm install feature-viewer

Or Include the feature-viewer **JS** and **CSS** from rawgit CDN in the header of your html
```html
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/calipho-sib/feature-viewer/v0.1.51/dist/feature-viewer.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/calipho-sib/feature-viewer/v1.0.0/dist/feature-viewer.min.css">

<script src="https://cdn.rawgit.com/calipho-sib/feature-viewer/v0.1.51/dist/feature-viewer.bundle.js"></script>
<script src="https://cdn.rawgit.com/calipho-sib/feature-viewer/v1.0.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.rawgit.com/calipho-sib/feature-viewer/v0.1.51/dist/feature-viewer.min.js"></script>
<script src="https://cdn.rawgit.com/calipho-sib/feature-viewer/v1.0.0/dist/feature-viewer.min.js"></script>
```

**2.** Specify a div in your html
Expand Down Expand Up @@ -105,7 +105,7 @@ You may sometimes want to reload your feature-viewer with new parameters. To avo
## Documentation

Check out this page for a better understanding of how to use the feature viewer and its possibilities :
* https://cdn.rawgit.com/calipho-sib/feature-viewer/v0.1.51/examples/index.html
* https://cdn.rawgit.com/calipho-sib/feature-viewer/v1.0.0/examples/index.html

## Use it with NeXtProt API

Expand Down

0 comments on commit 278332d

Please sign in to comment.