README.markdown in bruce-bumpspark-1.0.1 vs README.markdown in bruce-bumpspark-1.0.2

- old
+ new

@@ -18,10 +18,10 @@ 1. Include the gem as a dependency. 2. Use `bumpspark_tag` from your views or helpers, passing it the data points you'd like graphed. - <%= bumpspark_tag [12, 34, 12, 42, 12, 23] > + <%= bumpspark_tag [12, 34, 12, 42, 12, 23] %> ## From Ruby Simply create a `Bumpspark::Graph` instance and call `to_png` on it.