fix quick typo

This commit is contained in:
Rob Fuller 2013-12-15 22:43:08 -05:00
parent a689034598
commit 310e9198f8

View File

@ -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.