Skip to content

Commit

Permalink
docs(readme): add space after # so markdown is processes correctly
Browse files Browse the repository at this point in the history
thanks to @bryant1410 for pointing this out

#377
  • Loading branch information
dalelotts committed Apr 26, 2017
1 parent 1b493d3 commit 92a3b2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -68,7 +68,7 @@ optional:
* bootstrap's dropdown component (`dropdowns.less` or `bootstrap.css` )
* bootstrap's javascript (`bootstrap.js` )

#Testing
# Testing
This directive was written using TDD and all enhancements and changes have related tests.

We use karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use gulp:
Expand All @@ -81,7 +81,7 @@ npm test
The karma task will try to open Chrome as a browser in which to run the tests.
Make sure Chrome is available or change the browsers setting in karma.config.js

#Usage
# Usage
We use npm for dependency management, run

```shell
Expand Down Expand Up @@ -486,7 +486,7 @@ This view allows the user to select a specific time of day, in the selected hour
By default, the time is displayed in 5 minute increments. The <code>minuteStep</code> property controls the increments of time displayed.
If the minute view is the minView, which is is by default, the date will be set to the beginning of the hour on the day selected.

##Contributing
## Contributing

See [Contributing.md](https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/.github/contributing.md)

Expand Down

0 comments on commit 92a3b2b

Please sign in to comment.