Skip to content

Commit a3c352a

Browse files
committed
docs(readme): add space after # so markdown is processes correctly
thanks to @bryant1410 for pointing this out Fix #377
1 parent 1b493d3 commit a3c352a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ optional:
6868
* bootstrap's dropdown component (`dropdowns.less` or `bootstrap.css` )
6969
* bootstrap's javascript (`bootstrap.js` )
7070

71-
#Testing
71+
# Testing
7272
This directive was written using TDD and all enhancements and changes have related tests.
7373

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

84-
#Usage
84+
# Usage
8585
We use npm for dependency management, run
8686

8787
```shell
@@ -486,7 +486,7 @@ This view allows the user to select a specific time of day, in the selected hour
486486
By default, the time is displayed in 5 minute increments. The <code>minuteStep</code> property controls the increments of time displayed.
487487
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.
488488

489-
##Contributing
489+
## Contributing
490490

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

0 commit comments

Comments
 (0)