From aa4eaca2af37a2dc881e90bce6d0c15fd0420169 Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Tue, 2 Aug 2016 21:07:05 +0200 Subject: [PATCH] Fixed some more typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cac980..bc8178f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The apache acts then as a "proxy" for the websocket api on `/websocket`. First step is to obtain the live map from GitHub. You could download a simple zip-archive [here](https://github.com/0xFEEDC0DE64/PokeMobBotMap/archive/master.zip). Experienced users can `git clone` it. ### Installation on Windows -Download the latest apache binaries on [Apache Lounge](https://www.apachelounge.com/download/) (httpd-2.4.*-win64-VC14.zip). Unpack it to somewhere. Open the configuration file (located in `conf/httpd.conf` in your favourite editor. **Change the following configs to match you paths:** +Download the latest apache binaries on [Apache Lounge](https://www.apachelounge.com/download/) (httpd-2.4.\*-win64-VC14.zip). Unpack it to somewhere. Open the configuration file (located in `conf/httpd.conf` in your favourite editor. **Change the following configs to match you paths:** * ServerRoot "**c:/Path/To/Apache24**" * DocumentRoot "**C:/Path/To/PokeMobBotMap/src**"