diff --git a/README.md b/README.md index cfaab67..bd62406 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ NGSwitchery An AngularJS Directive for [Switchery](http://abpetkov.github.io/switchery/). -##Usage## +## Usage 1. Include `switchery/dist/switchery[.min].css` from your vendors/components folder in your links. 2. Include `switchery/dist/switchery[.min].js` from your vendors/components folder in your scripts. @@ -11,7 +11,7 @@ An AngularJS Directive for [Switchery](http://abpetkov.github.io/switchery/). 4. Declare a dependency on the NgSwitchery module 5. Add the `ui-switch` attribute to a checkbox. -##Example## +## Example Declare a dependency on the module ```javascript @@ -39,10 +39,10 @@ Bower install bower install ng-switchery ``` -##Alternative## +## Alternative You may also wish to look at how to achieve this with [pure CSS](https://github.com/abpetkov/switchery/issues/13). -##Notice on Version## +## Notice on Version This project is still in its very early stages and should not be considered production ready. At this time we are no longer using this project, but will continue to maintain it until someone else agrees to take over. This means that updates will be slow as this is not a priority for us. New releases will be made as our team has time to volunteer to the project.