Skip to content

Commit

Permalink
fix type in ID in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ths2-9Y-LqJt6 committed Oct 26, 2016
1 parent 17690d5 commit 4f1aa02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ So, I decided to roll my own!
<script src="HappyHistogram.min.js" ></script>
<link rel="stylesheet" href="HappyHistogram.min.css" />
```
1. Define the HTML where you want to render your histogram (must be an ID): ``<div id="hisogram"></div>``
1. Define the HTML where you want to render your histogram (must be an ID): ``<div id="histogram"></div>``
1. Declare your data set as a multi-dimentsional array, with one sub-array for each year.

```
Expand Down Expand Up @@ -78,4 +78,4 @@ MIT

## Version History

- 1.0 - 10/24/2016: Initial release
- 1.0 - 10/24/2016: Initial release

0 comments on commit 4f1aa02

Please sign in to comment.