summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuil Rusev <hello@erusev.com>2015-07-03 17:06:52 +0300
committerEmanuil Rusev <hello@erusev.com>2015-07-03 17:06:52 +0300
commit99bd1bd6782ba2e26d44c92921e85748d7384d00 (patch)
tree41f0c444eeabcef7e75c1030385b940cb4b67f1a
parente7a6a06166a71dd51ddc1e73f7bb3bb1226de7d7 (diff)
downloadparsedown-99bd1bd6782ba2e26d44c92921e85748d7384d00.zip
parsedown-99bd1bd6782ba2e26d44c92921e85748d7384d00.tar.gz
parsedown-99bd1bd6782ba2e26d44c92921e85748d7384d00.tar.bz2
improve readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: <p>Hello <em>Parsedown</em>!</p>
```
-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