From 05596c4048eaefa2e2993d235baec072f9100eb0 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 31 Jan 2019 11:04:03 +0100 Subject: [PATCH] Corrected spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0dfa67..3617463 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ By default the router will ignore trailing slashes. Set the third parameter to t * Dont forget to set the correct basepath as argument in your run method and in your .htaccess file. * Enable mod_rewrite in your Apache2 settings -## Test setup with docker -I have created a little docker test setup. +## Test setup with Docker +I have created a little Docker test setup. 1. Build the image: docker build -t simplephprouter docker/image