summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Raynor <chris@firebase.com>2014-10-23 09:21:36 -0700
committerChris Raynor <chris@firebase.com>2014-10-23 09:21:36 -0700
commit0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f (patch)
tree8f259604b60fed88cedd48bf6260e7f7e9d86c40
parent6e4b99948f79622aad86101c4baeb744d14d5946 (diff)
downloadphp-jwt-0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f.zip
php-jwt-0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f.tar.gz
php-jwt-0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f.tar.bz2
Fixing install command typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 353a177..4888462 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Installation
Use composer to manage your dependencies and download PHP-JWT:
```bash
-php composer require firebase/php-jwt
+composer require firebase/php-jwt
```
Example