Skip to content

Commit

Permalink
More updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Feb 15, 2017
1 parent 31b4ea6 commit 46de1f1
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# *Lean-Intl* - A leaner fork of Intl.js <br/>[![Sponsored by][sponsor-img]][sponsor] [![Version][npm-version-img]][npm] [![Downloads][npm-downloads-img]][npm] [![Build Status Unix][travis-img]][travis] [![Build Status Windows][appveyor-img]][appveyor] [![Dependencies][deps-img]][deps]

*Lean-Intl* is a lean polyfill for `Intl`-APIs for browsers which are not yet supporting this API.
*Lean-Intl* is a lean polyfill for `Intl`-APIs for browsers which are not yet supporting this API. It's a
modern fork of [Intl.js](https://github.com/andyearnshaw/Intl.js) for modern development and tooling requirements.

[sponsor-img]: https://img.shields.io/badge/Sponsored%20by-Sebastian%20Software-692446.svg
[sponsor]: https://www.sebastian-software.de
Expand Down Expand Up @@ -140,10 +141,22 @@ required if the app depends on RegExp static properties not changing (which is h
unlikely). To disable this functionality, invoke `Intl.__disableRegExpRestore()`.


## License
## Contributing

* Pull requests and stars are always welcome.
* For bugs and feature requests, please create an issue.
* Pull requests must be accompanied by passing automated tests (`$ npm test`).

Copyright (c) 2013 Andy Earnshaw
Copyright (c) 2017 Sebastian Werner

## License

This software is licensed under the MIT license. See the `LICENSE.txt` file
accompanying this software for terms of use.


## Copyright

<img src="assets/sebastiansoftware.png" alt="Sebastian Software GmbH Logo" width="250" height="200"/>

Copyright 2013 [Andy Earnshaw](https://github.com/andyearnshaw/Intl.js)<br/>
Copyright 2016-2017 [Sebastian Software GmbH](http://www.sebastian-software.de)

0 comments on commit 46de1f1

Please sign in to comment.