Update README.md

This commit is contained in:
Michael Rawlings 2016-07-13 18:22:57 -07:00 committed by GitHub
parent 207102bcca
commit fc625444f0

View File

@ -10,6 +10,15 @@ Marko is a [_really_ fast](https://github.com/marko-js/templating-benchmarks) an
[![NPM](https://img.shields.io/npm/v/marko.svg)](https://www.npmjs.com/package/marko)
[![Downloads](https://img.shields.io/npm/dm/marko.svg)](http://npm-stat.com/charts.html?package=marko)
# Get Involved
- **Contributing**: Pull requests are welcome!
- Read [`CONTRIBUTING.md`](CONTRIBUTING.md) and check out our [`bite-sized`](https://github.com/marko-js/marko/issues?q=is%3Aissue+is%3Aopen+label%3Abite-sized) and [`help-wanted`](https://github.com/marko-js/marko/issues?q=is%3Aissue+is%3Aopen+label%3Ahelp-wanted) issues
- Submit github issues for any feature enhancements, bugs or documentation problems
- **Support**: Join our [gitter chat](https://gitter.im/marko-js/marko) to ask questions to get support from the maintainers and other Marko developers
- Questions/comments can also be posted as [github issues](https://github.com/marko-js/marko/issues)
- **Discuss**: Tweet using the `#MarkoJS` hashtag and follow [@MarkoDevTeam](https://twitter.com/MarkoDevTeam)
# Installation
```bash
@ -234,13 +243,6 @@ will automatically ignore the compiled marko templates when they are written to
See [CHANGELOG.md](CHANGELOG.md)
# Discuss
- Chat channel: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/marko-js/marko)
- Twitter: please use the `#MarkoJS` hashtag. Follow [@MarkoDevTeam](https://twitter.com/MarkoDevTeam)
Questions or comments can also be posted on the [Marko Github issues](https://github.com/marko-js/marko/issues) page.
# Maintainers
* [Patrick Steele-Idem](https://github.com/patrick-steele-idem) (Twitter: [@psteeleidem](http://twitter.com/psteeleidem))
@ -248,16 +250,6 @@ Questions or comments can also be posted on the [Marko Github issues](https://gi
* [Michael Rawlings](https://github.com/mlrawlings) (Twitter: [@mlrawlings](https://twitter.com/mlrawlings))
* [Martin Aberer](https://github.com/tindli) (Twitter: [@metaCoffee](https://twitter.com/metaCoffee))
# Contribute
Pull Requests welcome. Please make sure all tests pass:
```
npm test
```
Please submit Github issues for any feature enhancements, bugs or documentation problems.
# License
Apache License v2.0