tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

(doc; minor) Update Python-based example to use Python 3 #408

Open juanmirocks opened 1 year ago

juanmirocks commented 1 year ago

The example python -m SimpleHTTPServer is from Python 2, which is since long deprecated.