From 5994aec56956bba43218469f475f2dbc09d3038e Mon Sep 17 00:00:00 2001 From: Syed Abidur Rahman Date: Mon, 13 Nov 2017 20:22:58 +0600 Subject: [PATCH] README.md file has been updated. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8045cc6..153604b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ +## Simple Cache Client Adapter ## PHP Cache library built by PSR-16 simple cache interface You can find implementations of the specification by looking for packages providing the psr/simple-cache-implementation virtual package. #### Installation -- Clone the repository from Github (https://github.com/PreviewTechnologies/simple-cache) -- Run this command: `composer install` +- Run this command: `composer require previewtechs/simple-cache:dev-master` #### Usages - Create a file named `test.php` in your root directory and add these following codes: