From 0be4067103b499bf231b530700bd68bcb88f7dda Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 22 Apr 2019 12:42:00 +0800 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd3dbc8..27b25b2 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ English | [简体中文](./README-zh.md) ```bash # clone the project -git clone https://github.com/PanJiaChen/vue-element-admin.git +git clone https://github.com/PanJiaChen/vue-admin-template.git # enter the project directory -cd vue-element-admin +cd vue-admin-template # install dependency npm install