From 310e9198f8a45860ebfdbf1a690d2c4d96ee1b5b Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Sun, 15 Dec 2013 22:43:08 -0500 Subject: [PATCH] fix quick typo --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 2510e2f..41c86ee 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,7 @@ You can find a copy of the project online at: http://PwnWiki.io ### Offline Use: - 1. Clone the repository or pull the archive ([download zip](https://github.com/pwnwiki/pwnwiki.github.cio/archive/master.zip)) of the repo + 1. Clone the repository or pull the archive ([download zip](https://github.com/pwnwiki/pwnwiki.github.io/archive/master.zip)) of the repo 2. Open index.html 3. Most modern browsers don't allow the access of local files from a locally loaded HTML file. On Windows you can use [Mongoose Tiny](http://cesanta.com/downloads.html) or [HFS](http://www.rejetto.com/hfs/) to host the files locally. On OSX and Linux `python -m SimpleHTTPServer` seems to work just fine.