From 7c4e2c7ded897e91551858ac0e4afd59b273edcb Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Fri, 21 Jan 2011 10:43:34 -0800 Subject: [PATCH] Updated Setting up Dynamic Map with IIS (markdown) --- Setting-up-Dynamic-Map-with-IIS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Dynamic-Map-with-IIS.md b/Setting-up-Dynamic-Map-with-IIS.md index 821a616..b559741 100644 --- a/Setting-up-Dynamic-Map-with-IIS.md +++ b/Setting-up-Dynamic-Map-with-IIS.md @@ -1,7 +1,7 @@ This page assumes your root directory of your webserver is found at `C:\Inetpub\wwwroot\`. Also, it is required to have Minecraft and your webserver running on the same machine. * To start, create the directory `C:\Inetpub\wwwroot\dynmap\`. -* Create the directory `C:\Inetpub\wwwroot\tiles\`. +* Create the directory `C:\Inetpub\wwwroot\dynmap\tiles\`. * Copy the contents of the `web` directory found in the repository to `C:\Inetpub\wwwroot\`. You should now have the following file: `C:\Inetpub\wwwroot\dynmap\up.aspx`.