Skip to content

Commit

Permalink
Adding project philosophy and versioning notes to readme, closes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 30, 2015
1 parent 7b1d626 commit 01e22f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ classNames('foo', 'bar'); // => 'foo bar'

Alternatively, you can simply include `index.js` on your page with a standalone `<script>` tag and it will export a global `classNames` method, or define the module if you are using RequireJS.

[Changelog](https://github.com/JedWatson/classnames/blob/master/HISTORY.md)
### Project philosophy

We take the stability and performance of this package seriously, because it is run millions of times a day in browsers all around the world. Updates are thoroughly reviewed for performance impacts before being released, and we have a comprehensive test suite.

Classnames follows the [SemVer](http://semver.org/) standard for versioning.

There is also a [Changelog](https://github.com/JedWatson/classnames/blob/master/HISTORY.md).

## Usage

Expand Down

0 comments on commit 01e22f7

Please sign in to comment.