Skip to content

Commit

Permalink
Another small tweak to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Roundaround committed Aug 1, 2014
1 parent 7ca9a6b commit 6f9202d
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 @@ -81,7 +81,7 @@ In comments there are default values

In v0.5 I added [grunt.js](http://gruntjs.com/) as easy to use build tool. During development you should work with `js/jquery.flot.tooltip.source.js` file. You can have `grunt watch` running or run `grunt build` every time you want.

In v0.6.7 was introduced simple plugin detection system. Just look up for name of the plugin like here `if (this.plotPlugins.indexOf('pluginName') !== -1) {}`.
In v0.6.7 was introduced simple plugin detection system. Just look up for name of the plugin like here `if ($.inArray(this.plotPlugins, 'pluginName') !== -1) {}`.

## Changelog

Expand Down

0 comments on commit 6f9202d

Please sign in to comment.