From 4fb7e4bc6443b0218a6a2702e5b6f896a29bddee Mon Sep 17 00:00:00 2001 From: Larry Lu Date: Fri, 10 Mar 2017 16:10:44 +0800 Subject: [PATCH] Fix typo (#1380) port 300 -> 3000 --- examples/with-global-stylesheet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-global-stylesheet/README.md b/examples/with-global-stylesheet/README.md index 42605f2e83..2576c37120 100644 --- a/examples/with-global-stylesheet/README.md +++ b/examples/with-global-stylesheet/README.md @@ -17,7 +17,7 @@ To get this example running you just need to npm install . npm run dev -Visit [http://localhost:300](http://localhost:300) and try to modify `styles/index.scss` changing color. Your changes should be picked up instantly. +Visit [http://localhost:3000](http://localhost:3000) and try to modify `styles/index.scss` changing color. Your changes should be picked up instantly. Also see it working with plain css here ![example](example.gif) -- GitLab