Skip to content

Commit 4fb7e4b

Browse files
LarryLuTWtimneutkens
authored andcommitted
Fix typo (#1380)
port 300 -> 3000
1 parent bb3ceaa commit 4fb7e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-global-stylesheet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To get this example running you just need to
1717
npm install .
1818
npm run dev
1919

20-
Visit [http://localhost:300](http://localhost:300) and try to modify `styles/index.scss` changing color. Your changes should be picked up instantly.
20+
Visit [http://localhost:3000](http://localhost:3000) and try to modify `styles/index.scss` changing color. Your changes should be picked up instantly.
2121

2222
Also see it working with plain css here
2323
![example](example.gif)

0 commit comments

Comments
 (0)