From a774d09fb452b51edc85dbcde98b62e68e324229 Mon Sep 17 00:00:00 2001 From: Sebastian Walker Date: Thu, 1 Mar 2018 15:16:44 +0100 Subject: [PATCH] Added installation instructions to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eac3314..b000559 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ You can use statement to - Guess column mappings - Match domain objects with transaction descriptions (e.g. for payment processing) +## Installation +``` +composer require sebastianwalker/statement +``` + ## Transactions ```php // Transaction ($amount, $description, $payer, $iban, $date)