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

Commit c8975603 by Mick Hansen

Merge pull request #2951 from rmi22186/patch-1

Fix typo in getting-started.md
2 parents 06461798 69898710
Showing with 2 additions and 3 deletions
......@@ -15,7 +15,7 @@ $ npm install --save tedious // MSSQL
## Setting up a connection
Sequelize will setup a connection pool on initialization so you should ideally only ever create on instance per application.
Sequelize will setup a connection pool on initialization so you should ideally only ever create one instance per application.
```js
var sequelize = new Sequelize('database', 'username', 'password', {
......@@ -80,4 +80,4 @@ var Post = sequelize.define('user', {}, {
timestamps: true // timestamps will now be true
});
```
\ No newline at end of file
```
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!