README.md in pickadate-rails-1.0.0 vs README.md in pickadate-rails-1.0.1

- old
+ new

@@ -1,8 +1,8 @@ # Pickadate-Rails -## Pickadate Version: 3.0.3 +## Pickadate Version: 3.0.4 Easily add [pickadate.js](https://github.com/amsul/pickadate.js) to your Rails 3.1+ application using the asset pipeline. ## Installation @@ -16,17 +16,19 @@ ## Usage Pickadate has a number of files associated with it. They are documented on the [pickadate repository](https://github.com/amsul/pickadate.js). Files in this gem are namespaced into a `pickadate` folder, and otherwise match the filenames from the pickadate repo. -### Add the desired files to your javascript/coffeescript files (often `application.js` or `application.js.coffee`): +### Add the desired files to your javascript/coffeescript +Often done in `application.js`: //= require pickadate/picker # required //= require pickadate/picker.date # for the date picker //= require pickadate/picker.time # for the time picker -### Add the stylesheets for the theme you want to your stylesheet file (often `application.css`) +### Add the stylesheets for the theme you want +Often done in `application.css`. For the default theme: *= require pickadate/default *= require pickadate/default.date @@ -36,10 +38,10 @@ *= require pickadate/classic *= require pickadate/classic.date *= require pickadate/classic.time -### Localizations +### Localization Translations are available by loading them in your javascript/coffeescript file. For example, in `application.js` //= require pickadate/translations/bg_BG