Modify the source README and regenerate

This commit is contained in:
Dan Dascalescu 2014-11-28 15:54:04 -08:00
parent 3c302e861a
commit e77a8c2dd6
2 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,6 @@ Stay up to date [@fontawesome](http://twitter.com/fontawesome).
Get started at http://fontawesome.io! Get started at http://fontawesome.io!
##License ##License
- The Font Awesome font is licensed under the SIL OFL 1.1: - The Font Awesome font is licensed under the SIL OFL 1.1:
- http://scripts.sil.org/OFL - http://scripts.sil.org/OFL
- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License: - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License:
@ -19,9 +18,7 @@ Get started at http://fontawesome.io!
- `Font Awesome by Dave Gandy - http://fontawesome.io` - `Font Awesome by Dave Gandy - http://fontawesome.io`
- Full details: http://fontawesome.io/license - Full details: http://fontawesome.io/license
##Changelog ##Changelog
- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default - v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default
- v3.0.1 - much improved rendering in webkit, various bug fixes - v3.0.1 - much improved rendering in webkit, various bug fixes
- v3.0.2 - much improved rendering and alignment in IE7 - v3.0.2 - much improved rendering and alignment in IE7
@ -41,7 +38,6 @@ Get started at http://fontawesome.io!
Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md). 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. 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 Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
@ -57,9 +53,7 @@ And constructed with the following guidelines:
For more information on SemVer, please visit http://semver.org. For more information on SemVer, please visit http://semver.org.
##Author ##Author
- Email: dave@fontawesome.io - Email: dave@fontawesome.io
- Twitter: http://twitter.com/davegandy - Twitter: http://twitter.com/davegandy
- GitHub: https://github.com/davegandy - GitHub: https://github.com/davegandy
@ -76,10 +70,8 @@ Or add
to the `dependencies` in your `component.json`. to the `dependencies` in your `component.json`.
## Meteor ## Meteor
To use Font Awesome with the Meteor framework, run
To use Font Awesome integrates with the Meteor framework, run
$ meteor add fortawesome:fontawesome $ meteor add fortawesome:fontawesome

View File

@ -71,6 +71,14 @@ Or add
to the `dependencies` in your `component.json`. to the `dependencies` in your `component.json`.
## Meteor
To use Font Awesome with the Meteor framework, run
$ meteor add fortawesome:fontawesome
Learn more about the [Meteor integration in the README](meteor/README.md).
## Hacking on Font Awesome ## Hacking on Font Awesome
From the root of the repository, install the tools used to develop. From the root of the repository, install the tools used to develop.