From 16ef364730f5147bde36e1684eb56ea18337b40c Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 31 Jan 2019 11:08:37 +0100 Subject: [PATCH] Corrected spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338e86d..d0c77a8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ By default the router will ignore trailing slashes. Set the third parameter to t ## Test setup with Docker I have created a little Docker test setup. -1. Build the image: docker build -t simplephprouter docker/image +1. Build the image: ```docker build -t simplephprouter docker/image``` 2. Spin up a container * On Linux / Mac or Windows Powershell use: ```docker run -d -p 80:80 -v $(pwd):/var/www/html --name simplephprouter simplephprouter```