From 5bf56ea04182c3296c5ace5cdbf22735143102f8 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Fri, 12 Sep 2014 23:52:06 +0300 Subject: [PATCH] improve readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed8c5e4..c00a10f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Better [Markdown](http://en.wikipedia.org/wiki/Markdown) parser for PHP. * [Demo](http://parsedown.org/demo) -* [Video Tutorial](http://youtu.be/wYZBY8DEikI) ### Features @@ -27,7 +26,7 @@ $Parsedown = new Parsedown(); echo $Parsedown->text('Hello _Parsedown_!'); # prints:

Hello Parsedown!

``` -More examples in [the wiki](https://github.com/erusev/parsedown/wiki/Usage). +More examples in [the wiki](https://github.com/erusev/parsedown/wiki/Usage) and in [this video tutorial](http://youtu.be/wYZBY8DEikI). ### Questions