From be69707615667d0578d5fbb8eb9668899dc132fe Mon Sep 17 00:00:00 2001 From: wyudong Date: Mon, 22 May 2017 22:38:27 +0800 Subject: [PATCH] Improve formatting --- README-en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-en.md b/README-en.md index ce4f869f..c8f2042d 100644 --- a/README-en.md +++ b/README-en.md @@ -9,7 +9,7 @@ More tutorials incoming. Including articles on: - How to build structure of a backend dashboard project from scratch - How to make a complete user system (e.g. permission authentication, two-factor authentication) - How to package components (e.g. rich text) -- How to integrate with [qiniu](https://www.qiniu.com/) +- How to integrate with [Qiniu](https://www.qiniu.com/) - Other development experience on backend Join the group on QQ 591724180. @@ -60,7 +60,7 @@ git clone https://github.com/PanJiaChen/vue-element-admin.git # Install dependencies npm install -# Not recommended for cnpm due to unknown bugs, use taobao mirror instead +# Or (not recommended for cnpm due to unknown bugs, use taobao mirror instead) npm install --registry=https://registry.npm.taobao.org # Run local dev server @@ -148,7 +148,7 @@ Only status of user and app configuration is managed by Vuex. Other data are man ![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/errorlog.gif) -#### Rich text (integrated with qiniu, watermark and customization) +#### Rich text (integrated with Qiniu, watermark and customization) ![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/editor.gif)