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).