Skip to content

Commit

Permalink
python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 7, 2022
1 parent 5d81016 commit 90980c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in root of the repo.

##### Python
```
python3 -m http.server 8080
python -m http.server 8080
```
And api spec will render on [http://localhost:8080](http://localhost:8080).

Expand Down

0 comments on commit 90980c3

Please sign in to comment.