From 6054f79fce501155456f61c7edad5bcee6c5dd4f Mon Sep 17 00:00:00 2001 From: Onwuka Gideon Date: Tue, 22 May 2018 00:22:38 +0100 Subject: [PATCH] fixed numbering --- setting-up-a-vue-client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setting-up-a-vue-client.md b/setting-up-a-vue-client.md index ea9dc49..040d5e1 100644 --- a/setting-up-a-vue-client.md +++ b/setting-up-a-vue-client.md @@ -20,13 +20,13 @@ npm install @vue/cli -g ![](https://d2mxuefqeaa7sj.cloudfront.net/s_C4E0BB4A3CA481FA22D9AA6239D953F2B1D94D00408DB28F7AB567E3C6C4DB1A_1521569426688_Screen+Shot+2018-03-19+at+12.16.20+PM.png) -1. Go to the `mini-netflix` folder created by the command in step 1: +2. Go to the `mini-netflix` folder created by the command in step 1: ```bash cd mini-netflix ``` -2. Test-run the scaffold: +3. Test-run the scaffold: ```bash npm run serve