diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-10-06 11:13:07 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-10-06 11:13:07 -0400 |
commit | b1e818f038934734ee3d2245204f7f8c5b65be36 (patch) | |
tree | 603e19ca9b949c9524a06919e11b93b07c2e083f /docs/index.md | |
parent | 96afb073613558a984ffa29499d62a38a2806a8c (diff) | |
download | markdown-b1e818f038934734ee3d2245204f7f8c5b65be36.tar.gz markdown-b1e818f038934734ee3d2245204f7f8c5b65be36.tar.bz2 markdown-b1e818f038934734ee3d2245204f7f8c5b65be36.zip |
Fixed minor typo in docs/index.md
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 1067b72..55d5be0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ features: * Extensions - Various [extensions](extensions.html) are provided (including + Various [extensions](extensions/) are provided (including [extra](extensions/extra.html)) to expand the base syntax. Additionally, a public [Extension API](writing_extensions.html) is available to write your own extensions. |