From b1f21e0208f6479fbeeafeee51a3fdc752f71f9a Mon Sep 17 00:00:00 2001 From: Toby Schrapel Date: Fri, 24 May 2019 11:51:19 -0500 Subject: [PATCH] Update README.md for Next.js --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99c13e3..f98c7b1 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ The project is still early but basic documentation can be found here: ```bash # Using npm - npm run serve + npm run dev # Using Yarn - yarn run serve + yarn run dev ``` - Now you should be able to see the demo/docs running at localhost:8080. + Now you should be able to see the demo/docs running at localhost:3000.