From 34705ff2591a96ef6195d4e4ab74ae9979647f5d Mon Sep 17 00:00:00 2001 From: pips Date: Tue, 20 Mar 2018 22:37:59 +0100 Subject: [PATCH] small typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cdab9f..112b52f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ through your web server with php interpreter, give it a `composer install`, `mkdir db` with write permission for your web server user/group and direct your browser to the former script. -For testing and debugging purposer, you can just use: +For testing and debugging purposes, you can just use: $ php -S localhost:8000 index.php