From 9aafb876c45c1d74f901d0e0220df61e1a655f3f Mon Sep 17 00:00:00 2001 From: Pascal Krason Date: Thu, 5 Jul 2018 10:58:06 +0200 Subject: [PATCH] Fixed typos in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24208b6..0aaeb1b 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ You can also use Kibana to visualize Nginx & Symfony logs by visiting `http://sy # Use xdebug! -To use xdebug change the line `"docker.host:127.0.0.1"` in docker-compose.yml and replace 127.0.0.1 with your machines ip addres. -If your IDEs default port is not set to 5902 you should do that, too. +To use xdebug change the line `"docker.host:127.0.0.1"` in docker-compose.yml and replace 127.0.0.1 with your machine ip addres. +If your IDE default port is not set to 5902 you should do that, too. # Code license