summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeardyman <nornholdj@gmail.com>2015-09-25 18:48:58 -0400
committerbeardyman <nornholdj@gmail.com>2015-09-25 18:48:58 -0400
commit9532e9b5499995583ccf99719d77403b2b9e8345 (patch)
treefdfdf63fb15394be804ebab531758aa7388afa2c
parent37d9232454a27a838230d61712c10738fa1ea388 (diff)
downloadphp-sparkpost-9532e9b5499995583ccf99719d77403b2b9e8345.zip
php-sparkpost-9532e9b5499995583ccf99719d77403b2b9e8345.tar.gz
php-sparkpost-9532e9b5499995583ccf99719d77403b2b9e8345.tar.bz2
added colon
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b51db0..150712f 100644
--- a/README.md
+++ b/README.md
@@ -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
```