Change documentation to reflect the new bin/parsedown

This commit is contained in:
Scott Baker 2014-01-30 13:32:35 -08:00
parent 6ced7f4817
commit 69fbd76544

View File

@ -33,5 +33,6 @@ echo $result; # prints: <p>Hello <em>Parsedown</em>!</p>
### CLI Example ### CLI Example
``` ```
php Parsedown.php document.md > document.html cd bin
./parsedown document.md > document.html
``` ```