Skip to content

Commit

Permalink
docs: #3575
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Apr 4, 2019
1 parent 6db4fcf commit d95f44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/tutorials/sequelize.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this example, we will use sequelize to connect to the MySQL data source, so w

```bash
brew install mysql
brew service start mysql
brew services start mysql
```

## Initialization
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/tutorials/sequelize.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: Sequelize

```bash
brew install mysql
brew service start mysql
brew services start mysql
```

## 初始化项目
Expand Down

0 comments on commit d95f44e

Please sign in to comment.