Skip to content

Commit a0cd451

Browse files
authored
docs(README.md): fix typo of python server filename in local development (#4648)
1 parent 928d1c6 commit a0cd451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ yarn start
158158
pip install --no-build-isolation -r requirements.txt
159159

160160
# run python server
161-
python3 kotlin_website.py
161+
python3 kotlin-website.py
162162
```
163163
Now you can open the website at [http://localhost:9000](http://localhost:9000).
164164

0 commit comments

Comments
 (0)