From 6faf113b56ddf9a9105d634ffa7f53d0083ee202 Mon Sep 17 00:00:00 2001 From: Sarthak Panda Date: Thu, 4 Feb 2016 19:28:38 +0530 Subject: [PATCH] Update README.md Added note for python3 server --- README.md | 1 + 1 file changed, 1 insertion(+) 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.