ml5js/ml5-examples

Suggestion on README.md.

Opened this issue · 1 comments

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

Added in #29