diff --git a/README.md b/README.md index 45a5ea9..95d01ad 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Compatible with PHP 5.3+. Inspired by underscore.string.js. * [underscored](#underscored) * [upperCamelize](#uppercamelize) * [upperCaseFirst](#uppercasefirst) +* [Links](#links) * [Tests](#tests) * [License](#license) @@ -965,6 +966,13 @@ S::create('σ test', 'UTF-8')->upperCaseFirst(); S::upperCaseFirst('σ test', 'UTF-8'); // 'Σ test' ``` +## Links + +The following is a list of libraries that extend Stringy: + + * [SliceableStringy](https://github.com/danielstjules/SliceableStringy): +Python-like string slices in PHP + ## Tests From the project directory, tests can be ran using `phpunit`