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

Commit f0b15ee2 by Sushant Committed by GitHub

Update Readme

Get rid of old version mentions
1 parent bbbaaacc
Showing with 3 additions and 2 deletions
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/github/sequelize/sequelize/badge.svg?branch=master)](https://coveralls.io/github/sequelize/sequelize?branch=master) [![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) [![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) [![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)
Sequelize is a promise-based Node.js/io.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more. Sequelize is a promise-based Node.js/io.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.
...@@ -13,9 +14,9 @@ Sequelize is a promise-based Node.js/io.js ORM for Postgres, MySQL, SQLite and M ...@@ -13,9 +14,9 @@ Sequelize is a promise-based Node.js/io.js ORM for Postgres, MySQL, SQLite and M
`npm install sequelize` `npm install sequelize`
From 3.0.0 and up Sequelize will follow SEMVER. 3.0.0 contains important security fixes so we highly recommend that users upgrade. From 3.0.0 and up Sequelize will follow [SEMVER](http://semver.org). 3.0.0 contains important security fixes so we highly recommend that users upgrade.
Starting from 4.0.0 Sequelize will only support Node v4 and above to use ES6 features. If you are still using older versions like 1.7 or 2.0, Please consider updating to latest v3. Starting from 4.0.0 Sequelize will only support Node v4 and above to use ES6 features.
## Features ## Features
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!