From b199218b327c637bcf9e3c7e543c8f28752ca81d Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sat, 24 Sep 2022 10:11:15 +0700 Subject: [PATCH] fix: Update guide --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2814092..1b00fc7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ By composing them, you can have any possible layout that exists in the real life - Clone the project: ```shell -$ git clone https://github.com/1milligram/csslayout +$ git clone https://github.com/phuocng/csslayout ``` - Install the dependencies: @@ -39,10 +39,10 @@ $ npm install - Run it on the local: ```shell -$ npm run dev +$ npm run start ``` -Visit http://localhost:3000 to see it in action. +Visit http://localhost:8081 to see it in action. ## Contributing