From 97087beee304f91ad826d97ea1157e3e5a669e08 Mon Sep 17 00:00:00 2001 From: Darian Moody Date: Sat, 3 Aug 2019 19:43:52 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d72e4bd..f4e2786 100644 --- a/readme.md +++ b/readme.md @@ -61,7 +61,7 @@ Run database seeder: php artisan db:seed ``` -Run the dev server: +Run the dev server (the output will give the address): ```sh php artisan serve @@ -80,7 +80,7 @@ If you have `phpunit` installed globally, you can run the Ping CRM test suite wi phpunit ``` -Or to install `phpunit` locally, and then run the test suite: +Or you can install `phpunit` locally and subsequently run the test suite: ```sh