Skip to content

Commit a9c0a7a

Browse files
committed
Fix instructions in README
1 parent ce3eb13 commit a9c0a7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ the library while developing it.
1515

1616
1. Open a new terminal
1717
2. Go into `dev/` directory: `cd dev`.
18-
3. Run `python3 -m http.server` This will start a server at `localhost:8888`.
19-
This will serve the `dev/index.html` file.
18+
3. Run `python3 -m http.server` This will start a server at `localhost:8000`
19+
which will serve the `dev/index.html` file.
20+
4. Open `localhost:8000` in your browser and you're set for testing.
2021

2122
Currently, there's no hot-reloading set up, so when you make changes you'll
2223
have to reload the page manually to view changes.

0 commit comments

Comments
 (0)