不要怂,就是干,撸起袖子干!

Commit cc555ab8 by Sushant Committed by GitHub

[ci skip] Docs update

* Correct Slack URL
* Added License Field
* Change to downloads per month view
* Point to stable docs
1 parent 3d1b8b63
Showing with 7 additions and 6 deletions
......@@ -3,12 +3,13 @@
[![Build Status](https://travis-ci.org/sequelize/sequelize.svg?branch=master)](https://travis-ci.org/sequelize/sequelize)
[![Coverage Status](https://coveralls.io/repos/github/sequelize/sequelize/badge.svg?branch=master)](https://coveralls.io/github/sequelize/sequelize?branch=master)
[![Bountysource](https://www.bountysource.com/badge/team?team_id=955&style=bounties_received)](https://www.bountysource.com/teams/sequelize/issues?utm_source=Sequelize&utm_medium=shield&utm_campaign=bounties_received)
[![Slack Status](http://sequelize-slack.herokuapp.com/badge.svg)](http://sequelize-slack.herokuapp.com)
[![npm](https://img.shields.io/npm/dt/sequelize.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/sequelize)
[![Slack Status](http://sequelize-slack.herokuapp.com/badge.svg)](http://sequelize.slack.com)
[![npm](https://img.shields.io/npm/dm/sequelize.svg?maxAge=2592000)](https://www.npmjs.com/package/sequelize)
[![License](https://img.shields.io/npm/l/sequelize.svg?maxAge=2592000?style=plastic)](https://github.com/sequelize/sequelize/blob/master/LICENSE)
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.
[Documentation](http://sequelize.readthedocs.org/en/latest/)
[Documentation](http://sequelize.readthedocs.org/en/stable/)
## Installation
......@@ -36,10 +37,10 @@ If you have any security issue to report, contact project maintainers privately.
## Resources
- [Changelog](https://github.com/sequelize/sequelize/blob/master/changelog.md)
- [Getting Started](http://docs.sequelizejs.com/en/latest/docs/getting-started/)
- [Getting Started](http://docs.sequelizejs.com/en/stable/docs/getting-started/)
- [Express Example](https://github.com/sequelize/express-example)
- [Documentation](http://docs.sequelizejs.com/en/latest/)
- [API Reference](http://docs.sequelizejs.com/en/latest/)
- [Documentation](http://docs.sequelizejs.com/en/stable/)
- [API Reference](http://docs.sequelizejs.com/en/stable/)
- [Collaboration and pull requests](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
- [Roadmap](https://github.com/sequelize/sequelize/issues/2869)
- [Twitter](https://twitter.com/SequelizeJS): @SequelizeJS
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!