summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-07-29 15:10:12 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-07-29 15:10:12 -0400
commitcc200e3678db7a7517a68b9b9982bf98049fab35 (patch)
tree4efdefbf6107876f2f1c8a8049774511a32aab92 /README.md
parent86ef1ba6372e4129fb47a912dae5927d0773a547 (diff)
downloadjQuery-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.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 62907c4..b56c328 100644
--- a/README.md
+++ b/README.md
@@ -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