Update README.md

updated installation instructions. fixes #242
This commit is contained in:
Carsten Brandt 2014-11-05 09:19:58 +01:00 committed by Aidan Woods
parent e33f1a48c8
commit 798bda682e
1 changed files with 6 additions and 1 deletions

View File

@ -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