Skip to content

Commit

Permalink
change hash tags into real headers
Browse files Browse the repository at this point in the history
According to the markdown standard, proper page headings require spaces after the hash tags. This document doesn't provide these hashtags, resulting in Github (and other markdown editors) failing to parse these header.
  • Loading branch information
ferrybig authored Aug 21, 2017
1 parent a3c7567 commit 78cfb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For the full story of HTML5 Shiv and all of the people involved in making it, re

## Installation

###Using [Bower](http://bower.io/)
### Using [Bower](http://bower.io/)

`bower install html5shiv --save-dev`

Expand All @@ -34,7 +34,7 @@ Include the HTML5 shiv in the `<head>` of your page in a conditional comment and
<![endif]-->
```

###Manual installation
### Manual installation

Download and extract the [latest zip package](https://github.com/aFarkas/html5shiv/archive/master.zip) from this repositiory and copy the two files `dist/html5shiv.js` and `dist/html5shiv-printshiv.js` into your project. Then include one of them into your `<head>` as above.

Expand Down

0 comments on commit 78cfb93

Please sign in to comment.