1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-06 13:26:40 +02:00

Fix readme link

This commit is contained in:
Daniel St. Jules
2017-02-28 23:24:33 -05:00
parent 6f2e2851ac
commit 569736327a

View File

@@ -77,7 +77,7 @@ s('string')->toTitleCase()->ensureRight('y') == 'Stringy'
* [shuffle](#shuffle) * [shuffle](#shuffle)
* [slugify](#slugify-string-replacement----) * [slugify](#slugify-string-replacement----)
* [startsWith](#startswithstring-substring--boolean-casesensitive--true-) * [startsWith](#startswithstring-substring--boolean-casesensitive--true-)
* [startsWithAny](#startswithstring-substrings--boolean-casesensitive--true-) * [startsWithAny](#startswithanystring-substrings--boolean-casesensitive--true-)
* [slice](#sliceint-start--int-end-) * [slice](#sliceint-start--int-end-)
* [split](#splitstring-pattern--int-limit-) * [split](#splitstring-pattern--int-limit-)
* [stripWhitespace](#stripwhitespace) * [stripWhitespace](#stripwhitespace)