diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-29 15:10:12 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-29 15:10:12 -0400 |
commit | cc200e3678db7a7517a68b9b9982bf98049fab35 (patch) | |
tree | 4efdefbf6107876f2f1c8a8049774511a32aab92 /README.md | |
parent | 86ef1ba6372e4129fb47a912dae5927d0773a547 (diff) | |
download | jQuery-Timepicker-Addon-cc200e3678db7a7517a68b9b9982bf98049fab35.zip jQuery-Timepicker-Addon-cc200e3678db7a7517a68b9b9982bf98049fab35.tar.gz jQuery-Timepicker-Addon-cc200e3678db7a7517a68b9b9982bf98049fab35.tar.bz2 |
fix lint issues, grunt less error
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,11 +10,14 @@ About Use --- - To use this plugin you must include jQuery and jQuery UI with datepicker and slider -- Include timepicker-addon script +- Include timepicker-addon script located in the *dist* directory - now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker() Contributing Code - Please Read! -------------------------------- - All code contributions and bug reports are much appreciated. - Please be sure to apply your fixes to the "dev" branch. -- Also note tabs are appreciated over spaces.
\ No newline at end of file +- Also note tabs are appreciated over spaces. +- Please read the [CONTRIBUTING.md][contributingmd] for more on using Grunt to produce builds. + +[contributingmd]: CONTRIBUTING.md
\ No newline at end of file |