From bbbe7db2a97582fb8013af9f711257e6c4147e99 Mon Sep 17 00:00:00 2001 From: Kiem Hoang Date: Thu, 22 Aug 2019 22:47:25 +0700 Subject: [PATCH] Update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 8fc6433..2e62683 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,7 @@ After you install lumen as per [lumen docs](http://lumen.laravel.com/docs/instal ### Install with [Composer](https://packagist.org/packages/palanik/lumen-cors) ### -Run `composer require "binjuhor/lumen-cors:dev-master"` to install lumen-cors. - -### Manual Installation - -Copy the file CorsMiddleware.php into `app/Http/Middleware` directory. +Run `composer require binjuhor/lumen-cors` to install lumen-cors. ## Usage