Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ See [the gallery of visualizations](https://community.modeanalytics.com/gallery)
2. Add `alamode.js` and `alamode.css` to your report by adding these two lines to top of your report's HTML.

```
<link rel="stylesheet" href="https://nvd3-community.github.io/nvd3/build/nv.d3.css">
<script src="https://nvd3-community.github.io/nvd3/build/nv.d3.js"></script>
<link rel="stylesheet" href="alamode.min.css">
<script src="alamode.min.js">
```
Expand Down Expand Up @@ -66,4 +68,4 @@ git merge master
git push
```

And that's it! Now your change to Alamode are live!
And that's it! Now your change to Alamode are live!