From f2d39ca55a2addb17056d53cbd5190d8ddf82fe1 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya <alejandro@alejandrocelaya.com> Date: Sun, 2 Dec 2018 10:05:33 +0100 Subject: [PATCH] Added missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7a0366..9aff58a5 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Despite how you built the project, you are going to need to install it now, by f **Important!** Swoole support is still experimental. Use it with care, and report any found issue. - First you need to install the swoole PHP extension with [pecl](https://pecl.php.net/package/swoole) `pecl install swoole`. + First you need to install the swoole PHP extension with [pecl](https://pecl.php.net/package/swoole), `pecl install swoole`. Once installed, it's actually pretty easy to get shlink up and running with swoole. Just run `./vendor/bin/zend-expressive-swoole start -d` and you will get shlink running on port 8080.