From ece219b60935087a4e398c04298bca2d3164be73 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Wed, 9 Jul 2014 13:11:48 -0400 Subject: [PATCH] Add note on HHVM support to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87ef032..7ea119d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A PHP library with a variety of string manipulation functions with multibyte support. Offers both OO method chaining and a procedural-style static wrapper. -Compatible with PHP 5.3+. Inspired by underscore.string.js. +Tested and compatible with PHP 5.3+ and HHVM. Inspired by underscore.string.js. [![Build Status](https://travis-ci.org/danielstjules/Stringy.png)](https://travis-ci.org/danielstjules/Stringy)