diff --git a/README.md b/README.md index cfa598627..ef8bf90aa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ Stay up to date [@fontawesome](http://twitter.com/fontawesome). Get started at http://fontawesome.io! ##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: @@ -19,9 +18,7 @@ Get started at http://fontawesome.io! - `Font Awesome by Dave Gandy - http://fontawesome.io` - Full details: http://fontawesome.io/license - ##Changelog - - 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.2 - much improved rendering and alignment in IE7 @@ -41,8 +38,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: @@ -57,15 +53,13 @@ And constructed with the following guidelines: For more information on SemVer, please visit http://semver.org. - -## Author - +##Author - Email: dave@fontawesome.io - 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 @@ -76,10 +70,8 @@ Or add to the `dependencies` in your `component.json`. - ## Meteor - -To use Font Awesome integrates with the Meteor framework, run +To use Font Awesome with the Meteor framework, run $ meteor add fortawesome:fontawesome diff --git a/src/README.md-nobuild b/src/README.md-nobuild index 23229f6b1..47f0fc2df 100644 --- a/src/README.md-nobuild +++ b/src/README.md-nobuild @@ -71,6 +71,14 @@ Or add 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 From the root of the repository, install the tools used to develop.