From 751c50f2f5cd6e9bff41c878c3d33d959f3d8052 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Mon, 20 Jun 2016 14:14:21 +0200 Subject: [PATCH] Fixed install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8451b58..d194f67 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ That's what this library offers. It allows you to express "this action requires Install via composer ``` -composer install +composer require mpscholten/request-parser ``` If you're using the `symfony/http-foundation` `Request`, you just need to import a trait into your controller: