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

Commit 8b8279b1 by Mick Hansen

Update README.md

1 parent 7fe5a788
Showing with 7 additions and 2 deletions
......@@ -2,8 +2,13 @@
MySQL, MariaDB, PostgresSQL, and SQLite Object Relational Mapper (ORM) for [node](http://nodejs.org).
`npm install sequelize // Will install 1.x.x (currently 1.7.x) branch - stable and BC`
`npm install sequelize@unstable // Will install 2.x. branch - unstable and BC breaking`
`npm install sequelize`
Will install 1.x.x (currently 1.7.x) branch - stable and BC
`npm install sequelize@unstable`
Will install 2.x. branch - unstable and BC breaking
- [Getting Started](http://sequelizejs.com/articles/getting-started)
- [Documentation](http://sequelizejs.com/docs)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!