diff --git a/README.md b/README.md index 6cd5599..b87ccaf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Github repo for Vikram Tiwari's Website 4. Start making changes! ## How to run locally -Simply go to your cloned directory and start a static server: +It is pretty simple , just go to your cloned directory and start a static server: 1. Python 2.7x `python -m SimpleHTTPServer` 2. Python 3.x `python -m http.server`