From 99bd1bd6782ba2e26d44c92921e85748d7384d00 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Fri, 3 Jul 2015 17:06:52 +0300 Subject: [PATCH] improve readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c54e7..76532c8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $Parsedown = new Parsedown(); echo $Parsedown->text('Hello _Parsedown_!'); # prints:

Hello Parsedown!

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