summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeardyman <nornholdj@gmail.com>2015-09-25 18:37:46 -0400
committerbeardyman <nornholdj@gmail.com>2015-09-25 18:37:46 -0400
commit37d9232454a27a838230d61712c10738fa1ea388 (patch)
treed5c2f0af6d1909b9812359727796c89161c55f0b
parent215eeb0e87659d0cbe80900c374dd07d6827261b (diff)
downloadphp-sparkpost-37d9232454a27a838230d61712c10738fa1ea388.zip
php-sparkpost-37d9232454a27a838230d61712c10738fa1ea388.tar.gz
php-sparkpost-37d9232454a27a838230d61712c10738fa1ea388.tar.bz2
fixed terrible doc formatting
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac38731..7b51db0 100644
--- a/README.md
+++ b/README.md
@@ -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.