From 037184e3d93369f0ea2a78c689fd04624dec743f Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sun, 14 Sep 2014 23:01:46 -0700 Subject: [PATCH] Updated intro in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 578e206..584eb2a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![Stringy](http://danielstjules.com/github/stringy-logo.png) -A PHP library with a variety of string manipulation functions with multibyte -support. Offers both OO method chaining and a procedural-style static wrapper. -Tested and compatible with PHP 5.3+ and HHVM. Inspired by underscore.string.js. +A PHP string manipulation library with multibyte support. Offers both OO method +chaining and a procedural-style static wrapper. Tested and compatible with +PHP 5.3+ and HHVM. Inspired by underscore.string.js. [![Build Status](https://api.travis-ci.org/danielstjules/Stringy.svg?branch=master)](https://travis-ci.org/danielstjules/Stringy)