README.md in xdan-datetimepicker-rails-2.1.9 vs README.md in xdan-datetimepicker-rails-2.2.5
- old
+ new
@@ -1,8 +1,8 @@
# Xdan Datetimepicker Rails
-This gem adds @xdan's [datetimepicker] to the Rails asset pipeline.
+This gem adds @xdan's [datetimepicker](https://github.com/xdan/datetimepicker) to the Rails asset pipeline.
## Installation
Add this line to your application's Gemfile:
@@ -34,9 +34,15 @@
```coffee
$ ->
$(".datetimepicker").datetimepicker()
```
+
+See the [detailed documentation](http://xdsoft.net/jqplugins/datetimepicker/) for more options. When the site is back up I'll try to port some of them into this README or move them to the official repo of [datetimepicker](https://github.com/xdan/datetimepicker).
+
+## Versioning
+
+This gem will attempt to maintain the same version as the `datetimepicker` library.
## Contributing
1. Fork it ( http://github.com/<my-github-username>/xdan-datetimepicker-rails/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)