From 0fda243f2b50a4eedd44a1ac930ab43d78eb508e Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Thu, 7 Jul 2016 00:12:49 -0400 Subject: [PATCH] installation directions update --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 085931c..bf43e2f 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,9 @@ To install using Composer, you will have to install Composer first. `curl -s https://getcomposer.org/installer | php` -Create a composer.json file in your project root. +Create a composer.json file in your project root. Then run this command in your project folder: -```json -{ - "require": { - "seigler/neat-charts": "@dev" - } -} -``` +`composer require seigler/neat-charts` Tell Composer to install the required dependencies.