Suggestion on README.md.
Opened this issue · 1 comments
Deleted user commented
python -m SimpleHTTPServer
codes only run on python 2,
but considering that many people are using version 3,
It's good to post the code for python3.
python -m http.server
cvalenzuela commented
Added in #29