From ae2ca072f5a473fe5b34fca3053119846923d7db Mon Sep 17 00:00:00 2001
From: Liu Xinyu <meteor.lxy@foxmail.com>
Date: Mon, 25 Jun 2018 10:09:19 +0800
Subject: [PATCH] fix: typo in readme (#798)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index baf0e704..5a931f37 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ English | [简体中文](./README.zh-CN.md)
 
 ## Preparation
 
-You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](http://es6.ruanyifeng.com/)、[vue](https://cn.vuejs.org/index.html)、[vuex](https://vuex.vuejs.org/zh-cn/)、[vue-router](https://router.vuejs.org/zh-cn/) 和 [element-ui](https://github.com/ElemeFE/element). All data requests for this project are simulated using [Mock.js](https://github.com/nuysoft/Mock). It would be helpful if you have pre-existing knowledge on those.
+You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](http://es6.ruanyifeng.com/), [vue](https://cn.vuejs.org/index.html), [vuex](https://vuex.vuejs.org/zh-cn/), [vue-router](https://router.vuejs.org/zh-cn/) and [element-ui](https://github.com/ElemeFE/element). All data requests for this project are simulated using [Mock.js](https://github.com/nuysoft/Mock). It would be helpful if you have pre-existing knowledge on those.
 
  **This project is not a scaffolding and is more of an integrated solution.**
 
-- 
GitLab