Browse Source

Fixed typo on 'URLify'.

pull/575/head
Saulo Soares de Toledo 10 years ago
parent
commit
2b67bee89d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -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.

Loading…
Cancel
Save