From 9b4b11aa188fd39f65f1786889ec76d53dd8d98f Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Fri, 23 Nov 2018 09:43:21 +0100 Subject: update composer install notes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8d89966..ebc3d71 100644 --- a/README.md +++ b/README.md @@ -24,21 +24,21 @@ HTML5 provides the following features. Install HTML5-PHP using [composer](http://getcomposer.org/). -To install, add `masterminds/html5` to your `composer.json` file: +By adding the `masterminds/html5` dependency to your `composer.json` file: ```json { "require" : { - "masterminds/html5": "2.*" + "masterminds/html5": "^2.0" }, } ``` -(You may substitute `2.*` for a more specific release tag, of -course.) +By invoking require command via composer executable: -From there, use the `composer install` or `composer update` commands to -install. +```bash +composer require masterminds/html5 +``` ## Basic Usage -- cgit v1.2.3