diff options
author | beardyman <nornholdj@gmail.com> | 2015-09-25 18:48:58 -0400 |
---|---|---|
committer | beardyman <nornholdj@gmail.com> | 2015-09-25 18:48:58 -0400 |
commit | 9532e9b5499995583ccf99719d77403b2b9e8345 (patch) | |
tree | fdfdf63fb15394be804ebab531758aa7388afa2c | |
parent | 37d9232454a27a838230d61712c10738fa1ea388 (diff) | |
download | php-sparkpost-9532e9b5499995583ccf99719d77403b2b9e8345.zip php-sparkpost-9532e9b5499995583ccf99719d77403b2b9e8345.tar.gz php-sparkpost-9532e9b5499995583ccf99719d77403b2b9e8345.tar.bz2 |
added colon
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ 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 +Once all the dependencies are installed, you can execute the unit tests using: ``` composer test ``` |