diff options
author | Chris Raynor <chris@firebase.com> | 2014-10-23 09:21:36 -0700 |
---|---|---|
committer | Chris Raynor <chris@firebase.com> | 2014-10-23 09:21:36 -0700 |
commit | 0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f (patch) | |
tree | 8f259604b60fed88cedd48bf6260e7f7e9d86c40 /README.md | |
parent | 6e4b99948f79622aad86101c4baeb744d14d5946 (diff) | |
download | php-jwt-0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f.zip php-jwt-0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f.tar.gz php-jwt-0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f.tar.bz2 |
Fixing install command typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |