From 552a19ce00240a19abfa492f611f189cc879bde3 Mon Sep 17 00:00:00 2001 From: davidepastore Date: Sun, 22 Nov 2015 20:12:55 +0100 Subject: [PATCH] Update installation instructions --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9edc1dd..c4cffc3 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,10 @@ A PHP library to calculate and check the italian tax code (codice fiscale). Install ------- -You can install the library using [composer](https://getcomposer.org/). Add these lines in your composer.json: +You can install the library using [composer](https://getcomposer.org/): -```json -"require" : { - "davidepastore/codice-fiscale" : "v0.1.0" -} +```sh +$ composer require davidepastore/codice-fiscale ``` How to use