From 210c928b792da6a9a5bb52c8681f76a902e77cad Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Mon, 17 Feb 2014 10:41:38 -0500 Subject: [PATCH] Added links to readme, included SliceableStringy --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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`