From 4bf01332663265254fef613d284f067d28bc40d4 Mon Sep 17 00:00:00 2001 From: shubhamprakhar <72154467+shubhamprakhar@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:42:33 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5080b..b1dc230 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ cd vuex-shopping-cart # install dependencies npm install -# start the dev server -npm run dev +# start the Developer server +npm run developer ```