Skip to content

Commit f0b15ee

Browse files
Update Readme
Get rid of old version mentions
1 parent bbbaaac commit f0b15ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Coverage Status](https://coveralls.io/repos/github/sequelize/sequelize/badge.svg?branch=master)](https://coveralls.io/github/sequelize/sequelize?branch=master)
55
[![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)
66
[![Slack Status](http://sequelize-slack.herokuapp.com/badge.svg)](http://sequelize-slack.herokuapp.com)
7+
[![npm](https://img.shields.io/npm/dt/sequelize.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/sequelize)
78

89
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.
910

@@ -13,9 +14,9 @@ Sequelize is a promise-based Node.js/io.js ORM for Postgres, MySQL, SQLite and M
1314

1415
`npm install sequelize`
1516

16-
From 3.0.0 and up Sequelize will follow SEMVER. 3.0.0 contains important security fixes so we highly recommend that users upgrade.
17+
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.
1718

18-
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.
19+
Starting from 4.0.0 Sequelize will only support Node v4 and above to use ES6 features.
1920

2021
## Features
2122

0 commit comments

Comments
 (0)