From 79fbccdcd3a422de12d18ab69837e9d19c8d935f Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Sat, 8 Nov 2014 14:37:55 -0300 Subject: [PATCH] Tweaked composer instructions --- installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation.md b/installation.md index cfdfc374..80faade4 100755 --- a/installation.md +++ b/installation.md @@ -6,12 +6,12 @@ permalink: /installation/ # Installation -The recommended way of installing the library is via Composer. +The recommended installation method is via Composer. In your project root just run: -~~~ shell -composer require league/oauth2-server:4.0.x-dev +~~~shell +$ composer require league/oauth2-server ~~~ Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).