Commit 97087bee by Darian Moody Committed by GitHub

Update readme.md

1 parent cc8bbcf0
Showing with 2 additions and 2 deletions
...@@ -61,7 +61,7 @@ Run database seeder: ...@@ -61,7 +61,7 @@ Run database seeder:
php artisan db:seed php artisan db:seed
``` ```
Run the dev server: Run the dev server (the output will give the address):
```sh ```sh
php artisan serve php artisan serve
...@@ -80,7 +80,7 @@ If you have `phpunit` installed globally, you can run the Ping CRM test suite wi ...@@ -80,7 +80,7 @@ If you have `phpunit` installed globally, you can run the Ping CRM test suite wi
phpunit 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 ```sh
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!