From f7c154998ea6bbe9b6fa18afd788e40766594185 Mon Sep 17 00:00:00 2001 From: amitmerchant1990 Date: Wed, 13 May 2020 17:58:19 +0530 Subject: [PATCH] remove additional readme. --- readme.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index e378bdc..0000000 --- a/readme.md +++ /dev/null @@ -1,20 +0,0 @@ -Simple wrapper implemention of common PHP array methods -=== - -This is a wrapper class implementation which I've described [in this article](https://www.amitmerchant.com/how-to-implement-wrapper-classes-php/). - -## Install - -```bash -$ git clone git@github.com:amitmerchant1990/php-wrapper.git -$ cd php-wrapper -$ composer install -``` - -## Utilize - -To run the examples, - -```bash -$ php index.php -``` \ No newline at end of file