Skip to content

Commit

Permalink
Merge pull request #213 from lightclient/fix-python
Browse files Browse the repository at this point in the history
Use `python3` for server
  • Loading branch information
mpetrunic authored May 9, 2022
2 parents 3025b6a + dcba0e2 commit 96be2a4
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
```
python -m SimpleHTTPServer 8080
python -m http.server 8080
```
And api spec will render on [http://localhost:8080](http://localhost:8080).

Expand Down

0 comments on commit 96be2a4

Please sign in to comment.