From 77e3aa9de06018241c496646f390976fa4628a42 Mon Sep 17 00:00:00 2001 From: TZ Date: Thu, 4 Apr 2019 09:29:44 +0800 Subject: [PATCH] docs: #3575 --- README.zh-CN.md | 1 + docs/source/en/tutorials/sequelize.md | 2 +- docs/source/zh-cn/tutorials/sequelize.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 5b23b924ca..7b659c4762 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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) ## 快速开始 diff --git a/docs/source/en/tutorials/sequelize.md b/docs/source/en/tutorials/sequelize.md index 44178252d8..ee42ed0435 100644 --- a/docs/source/en/tutorials/sequelize.md +++ b/docs/source/en/tutorials/sequelize.md @@ -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 diff --git a/docs/source/zh-cn/tutorials/sequelize.md b/docs/source/zh-cn/tutorials/sequelize.md index f5b13172a4..3d367d1714 100644 --- a/docs/source/zh-cn/tutorials/sequelize.md +++ b/docs/source/zh-cn/tutorials/sequelize.md @@ -11,7 +11,7 @@ title: Sequelize ```bash brew install mysql -brew service start mysql +brew services start mysql ``` ## 初始化项目