diff --git a/README.md b/README.md index 879b593..3d7bc05 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ cd Wikifeedia python -m SimpleHTTPServer ``` Now browse to localhost:8000 to view the site. +Note: Equivalent python3 command is python3 -m http.server There is no backend as all the data is retrieved via external APIs.