浏览代码

Merge pull request #575 from saulotoledo/URLify

Fixed typo on 'URLify'.
pull/582/head
Jad Bitar 9 年前
父节点
当前提交
ce994a318e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -578,7 +578,7 @@ Libraries to help manage database schemas and migrations.
578 578
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
579 579
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
580 580
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
581
-* [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
581
+* [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
582 582
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
583 583
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
584 584
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.

正在加载...
取消
保存