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 77e3aa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ $ npm install egg --save
- [官方站点 && 文档](https://eggjs.org/zh-cn/)
- [插件列表](https://github.com/search?q=topic%3Aegg-plugin&type=Repositories)
- [框架列表](https://github.com/search?q=topic%3Aegg-framework&type=Repositories)
- [插件依赖图](http://uml.mvnsearch.org/github/eggjs/egg/blob/master/docs/plugins.puml)

## 快速开始

Expand Down
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 77e3aa9

Please sign in to comment.