Skip to content

Commit

Permalink
Merge pull request #208 from marmelab/fix_doc
Browse files Browse the repository at this point in the history
[RFR] Fix documentation
  • Loading branch information
djhi authored Jan 29, 2018
2 parents 5855401 + b84afcd commit 43e30f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you **don't** use any module bundler such as Webpack, we recommend using Even
<link href="https://unpkg.com/event-drops/dist/eventDrops.css" rel="stylesheet" />

<script src="https://unpkg.com/d3"></script>
<script src="https://unpkg.com/event-drops/dist/eventDrops.js"></script>
<script src="https://unpkg.com/event-drops/dist/index.js"></script>
```

### With a Module Bundler
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-drops",
"version": "1.0.0",
"version": "1.0.1",
"description": "A time based / event series interactive visualization using d3.js. Use drag and zoom to navigate in time.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 43e30f4

Please sign in to comment.