diff options
author | Emanuil Rusev <hello@erusev.com> | 2015-07-03 17:06:52 +0300 |
---|---|---|
committer | Emanuil Rusev <hello@erusev.com> | 2015-07-03 17:06:52 +0300 |
commit | 99bd1bd6782ba2e26d44c92921e85748d7384d00 (patch) | |
tree | 41f0c444eeabcef7e75c1030385b940cb4b67f1a | |
parent | e7a6a06166a71dd51ddc1e73f7bb3bb1226de7d7 (diff) | |
download | parsedown-99bd1bd6782ba2e26d44c92921e85748d7384d00.zip parsedown-99bd1bd6782ba2e26d44c92921e85748d7384d00.tar.gz parsedown-99bd1bd6782ba2e26d44c92921e85748d7384d00.tar.bz2 |
improve readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |