From a61887d3be3af0eac5ada5fc2ac45818912739fd Mon Sep 17 00:00:00 2001 From: Selvin Ortiz Date: Tue, 23 Jul 2013 12:14:38 -0500 Subject: [PATCH] Fixes small readme formatting issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aaa9d9..4c1feb9 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Helper::msg( $str ); Helper::msg( $flux->match( $str ) ? 'matched' : 'unmatched' ); Helper::msg( $flux->replace( 'https://$5$6', $str ) ); ``` -_For other examples, please see the `/etc` directory. +_For other examples, please see the `/etc` directory._ ### FLUX API The **flux** API was designed to give you a _fluent chainable object_ to build patterns with.