Browse Source

Merge pull request #575 from saulotoledo/URLify

Fixed typo on 'URLify'.
pull/582/head
Jad Bitar 10 years ago
parent
commit
ce994a318e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

578
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
578
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
579
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
579
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
580
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
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
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
582
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
583
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
583
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
584
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
584
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.

Loading…
Cancel
Save