From 3997d231fb4daa3611972216c3b19c3e6088dbab Mon Sep 17 00:00:00 2001 From: k911 Date: Fri, 3 May 2019 14:19:00 +0200 Subject: [PATCH] docs(docker): Fix punctuation in "demo project" section --- docs/docker-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-usage.md b/docs/docker-usage.md index d5a420d1..11877c40 100644 --- a/docs/docker-usage.md +++ b/docs/docker-usage.md @@ -102,7 +102,7 @@ CMD ["swoole:server:run"] ## Demo project -If you want to quickly test above configuration on your computer clone [`k911/swoole-bundle-symfony-demo`](https://github.com/k911/swoole-bundle-symfony-demo) repository run two simple commands: +If you want to quickly test above configuration on your computer, clone [`k911/swoole-bundle-symfony-demo`](https://github.com/k911/swoole-bundle-symfony-demo) repository and run two simple commands: ```bash git clone https://github.com/k911/swoole-bundle-symfony-demo.git