diff options
author | beardyman <nornholdj@gmail.com> | 2015-09-25 18:37:46 -0400 |
---|---|---|
committer | beardyman <nornholdj@gmail.com> | 2015-09-25 18:37:46 -0400 |
commit | 37d9232454a27a838230d61712c10738fa1ea388 (patch) | |
tree | d5c2f0af6d1909b9812359727796c89161c55f0b | |
parent | 215eeb0e87659d0cbe80900c374dd07d6827261b (diff) | |
download | php-sparkpost-37d9232454a27a838230d61712c10738fa1ea388.zip php-sparkpost-37d9232454a27a838230d61712c10738fa1ea388.tar.gz php-sparkpost-37d9232454a27a838230d61712c10738fa1ea388.tar.bz2 |
fixed terrible doc formatting
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -92,7 +92,10 @@ try { Run `composer install` inside the directory to install dependecies and development tools. ### Testing -Once all the dependencies are installed, you can execute the unit tests using ```composer test```. +Once all the dependencies are installed, you can execute the unit tests using +``` +composer test +``` ### Contributing 1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. |