From 798bda682e8b16c2114e467cd39146e2c1e47bad Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 5 Nov 2014 09:19:58 +0100 Subject: [PATCH] Update README.md updated installation instructions. fixes #242 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c987de4..196854e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,12 @@ Better Markdown Parser in PHP ### Installation -Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown). +Download and include [Parsedown.php] or install the [composer package] by running the following command: + + composer require erusev/parsedown + +[Parsedown.php]: https://raw.githubusercontent.com/erusev/parsedown/master/Parsedown.php "The Parsedown class file" +[composer package]: https://packagist.org/packages/erusev/parsedown "The Parsedown package on packagist.org" ### Example