Skip to content

Commit

Permalink
Merge pull request FortAwesome#8097 from macmladen/master
Browse files Browse the repository at this point in the history
Added space after # in README.md
  • Loading branch information
tagliala committed Dec 11, 2015
2 parents fddd2c2 + ece9594 commit ab6980c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[Font Awesome v4.5.0](http://fontawesome.io)
###The iconic font and CSS framework
# [Font Awesome v4.5.0](http://fontawesome.io)
### The iconic font and CSS framework

Font Awesome is a full suite of 605 pictographic icons for easy scalable vector graphics on websites,
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
Expand All @@ -8,7 +8,7 @@ Stay up to date with the latest release and announcements on Twitter:

Get started at http://fontawesome.io!

##License
## License
- The Font Awesome font is licensed under the SIL OFL 1.1:
- http://scripts.sil.org/OFL
- Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:
Expand All @@ -19,7 +19,7 @@ Get started at http://fontawesome.io!
- `Font Awesome by Dave Gandy - http://fontawesome.io`
- Full details: http://fontawesome.io/license

##Changelog
## Changelog
- [v4.5.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0+is%3Aclosed)
- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed)
- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed)
Expand All @@ -42,7 +42,7 @@ Get started at http://fontawesome.io!
Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md).
Included are directions for opening issues, coding standards, and notes on development.

##Versioning
## Versioning

Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
with the following format:
Expand All @@ -57,12 +57,12 @@ And constructed with the following guidelines:

For more information on SemVer, please visit http://semver.org.

##Author
## Author
- Email: [email protected]
- Twitter: http://twitter.com/davegandy
- GitHub: https://github.com/davegandy

##Component
## Component
To include as a [component](http://github.com/component/component), just run

$ component install FortAwesome/Font-Awesome
Expand Down
14 changes: 7 additions & 7 deletions src/README.md-nobuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
#[Font Awesome v{{ site.fontawesome.version }}]({{ site.fontawesome.url }})
###The iconic font and CSS framework
# [Font Awesome v{{ site.fontawesome.version }}]({{ site.fontawesome.url }})
### The iconic font and CSS framework

Font Awesome is a full suite of {{ icons | size }} pictographic icons for easy scalable vector graphics on websites,
created and maintained by [{{ site.fontawesome.author.name }}](http://twitter.com/{{ site.fontawesome.author.twitter }}).
Expand All @@ -10,7 +10,7 @@ Stay up to date with the latest release and announcements on Twitter:

Get started at {{ site.fontawesome.url }}!

##License
## License
- The Font Awesome font is licensed under the SIL OFL 1.1:
- http://scripts.sil.org/OFL
- Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:
Expand All @@ -21,7 +21,7 @@ Get started at {{ site.fontawesome.url }}!
- `Font Awesome by Dave Gandy - http://fontawesome.io`
- Full details: http://fontawesome.io/license

##Changelog
## Changelog
- [v4.5.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0+is%3Aclosed)
- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed)
- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed)
Expand All @@ -44,7 +44,7 @@ Get started at {{ site.fontawesome.url }}!
Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md).
Included are directions for opening issues, coding standards, and notes on development.

##Versioning
## Versioning

Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
with the following format:
Expand All @@ -59,12 +59,12 @@ And constructed with the following guidelines:

For more information on SemVer, please visit http://semver.org.

##Author
## Author
- Email: {{ site.fontawesome.author.email }}
- Twitter: http://twitter.com/{{ site.fontawesome.author.twitter }}
- GitHub: https://github.com/{{ site.fontawesome.author.github }}

##Component
## Component
To include as a [component](http://github.com/component/component), just run

$ component install FortAwesome/Font-Awesome
Expand Down

0 comments on commit ab6980c

Please sign in to comment.