浏览代码

Merge pull request #283 from colinodell/patch-2

Update link to CommonMark library
pull/253/merge
Jamie York 11 年前
父节点
当前提交
366567bddb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -477,7 +477,7 @@ Libraries to help manage database schemas and migrations.
477 477
 
478 478
 * [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
479 479
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
480
-* [CommonMark PHP](https://github.com/colinodell/commonmark-php) - A Markdown parser which supports the full [CommonMark spec](https://jgm.github.io/stmd/spec.html).
480
+* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](https://jgm.github.io/stmd/spec.html).
481 481
 * [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another Markdown parser.
482 482
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
483 483
 * [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.

正在加载...
取消
保存