From f323d6e3c49e6b3ff9d956d1a41bc919c19ab509 Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Tue, 2 Aug 2016 21:05:40 +0200 Subject: [PATCH] Fixed special characters in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20a0ac6..1cac980 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # PokeMobBotMap +A browser map for [PokeMobBot](https://github.com/PocketMobsters/PokeMobBot) using the new websocket API. ## Installation I recomment using an apache webserver for serving the map because there is an websocket module that can help you to avoid using a second tcp port just for the websocket. @@ -11,7 +12,7 @@ Download the latest apache binaries on [Apache Lounge](https://www.apachelounge. * ServerRoot "**c:/Path/To/Apache24**" * DocumentRoot "**C:/Path/To/PokeMobBotMap/src**" -* +* \ You also need to **uncomment** (remove the hashtag) the following lines: