From c7473938c5d3758012f73cba2bc333b4ac782426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Wed, 23 Aug 2017 22:09:55 +0200 Subject: [PATCH] Changed xxx to web.config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 125180b..c620f81 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ On IIS you have to add some lines your `web.config` file in the `public` folder Below is an example of an working `web.config` file used by simple-php-router. -Simply create a new `web.config` file in your projects `public` directory and paste the contents below in your newly created file. This will redirect all requests to your `index.php` file (see Configuration section below). If the xxx file already exists, add the `` section inside the `` branch. +Simply create a new `web.config` file in your projects `public` directory and paste the contents below in your newly created file. This will redirect all requests to your `index.php` file (see Configuration section below). If the `web.config` file already exists, add the `` section inside the `` branch. ```