Skip to content

Commit

Permalink
- Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenKoehn committed May 10, 2018
1 parent eb872fb commit c768818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $inflector->inflect('ProductAttribute', ['tableize', 'pluralize']); //product_at
$inflector->inflect('someProperty', ['tableize']); //some_property

//Canonicalization / slugs
$inflector->inflect('Some title I inserted', ['canonicalize']); //some-title-i-inserter
$inflector->inflect('Some title I inserted', ['canonicalize']); //some-title-i-inserted
$inflector->inflect('Was höre ich da?', ['canonicalize']); //was-hore-ich-da

//Or just use the static methods for quick access
Expand Down

0 comments on commit c768818

Please sign in to comment.