summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-07-29 20:25:35 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-07-29 20:25:35 -0400
commit724b78e36a3b375ddeb7b1718890deefb32abf8f (patch)
treed8d3a9f331e0f063c0b4b52dde1df3d16e28604f /README.md
parentdb89d8e5551c093722e053fca0b01cd2a069d077 (diff)
downloadjQuery-Timepicker-Addon-724b78e36a3b375ddeb7b1718890deefb32abf8f.zip
jQuery-Timepicker-Addon-724b78e36a3b375ddeb7b1718890deefb32abf8f.tar.gz
jQuery-Timepicker-Addon-724b78e36a3b375ddeb7b1718890deefb32abf8f.tar.bz2
More details on usage in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b56c328..8a56887 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ About
Use
---
-- To use this plugin you must include jQuery and jQuery UI with datepicker and slider
-- Include timepicker-addon script located in the *dist* directory
-- now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker()
+- To use this plugin you must include jQuery (1.6+) and jQuery UI with datepicker (and optionally slider)
+- Include timepicker-addon script located in the `dist` directory
+- now use timepicker with `$('#selector').datetimepicker()` or `$('#selector').timepicker()`
Contributing Code - Please Read!
--------------------------------