diff --git a/README.md b/README.md index a5a893197..679ce3574 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Include necessary scripts and styles: ````html
- - - - + + + + @@ -35,21 +35,21 @@ Done! [Now take a look at the manual](http://eonasdan.github.io/bootstrap-dateti Datetimepicker requires moment.js in version 2.3.1 (we're working on supporting higher versions). This allows for better support for various date formats and locales. See [documentation](http://eonasdan.github.io/bootstrap-datetimepicker/) for examples. Check [Momentjs' homepage](http://momentjs.com/) for documentation on date formats. If you can't use moment.js there's still older version of datetimewidget [available here](https://github.com/Eonasdan/bootstrap-datetimepicker/tree/version1). ````html - + ```` ### Bootstrap 3 collapse and transition plugins Make sure to include *.JS files for plugins [collapse](http://getbootstrap.com/javascript/#collapse) and [transitions](http://getbootstrap.com/javascript/#transitions). They are included with [bootstrap in js/ directory](https://github.com/twbs/bootstrap/tree/master/js) ````html - - + + ```` Alternatively you could include the whole bundle of bootstrap plugins from [bootstrap.js](https://github.com/twbs/bootstrap/tree/master/dist/js) ````html - + ```` @@ -72,7 +72,7 @@ Alternatively you could include the whole bundle of bootstrap plugins from [boot Finally include the main javascript file. ````html - + ```` #### Installation using Nuget