From 0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f Mon Sep 17 00:00:00 2001 From: Chris Raynor Date: Thu, 23 Oct 2014 09:21:36 -0700 Subject: Fixing install command typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1