Skip to content

Commit

Permalink
Added missing =
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 14, 2013
1 parent fccb596 commit 8aa2aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For multiple series, use the format
Times can be a time, a timestamp, or a string (strings are parsed)

```erb
<% line_chart({20.day.ago => 5, 1368174456 => 4, "2013-05-07 00:00:00 UTC" => 7}) %>
<%= line_chart({20.day.ago => 5, 1368174456 => 4, "2013-05-07 00:00:00 UTC" => 7}) %>
```

## Installation
Expand Down

0 comments on commit 8aa2aea

Please sign in to comment.