Update readme.md

This commit is contained in:
Darian Moody 2019-08-03 19:43:52 +01:00 committed by GitHub
parent cc8bbcf008
commit 97087beee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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