From 9c31365aa5ea87a0985a91c445e951bdfbe9b96d Mon Sep 17 00:00:00 2001 From: Tom Bevers Date: Thu, 6 Aug 2015 14:06:01 +0200 Subject: [PATCH] Added installation item to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 38183c5..29459dd 100755 --- a/README.md +++ b/README.md @@ -112,3 +112,9 @@ class Action extends Enum const EDIT = 'edit'; } ``` + +## Installation + +``` +composer require myclabs/php-enum +```