Skip to content

Commit

Permalink
Fixes small readme formatting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
selvinortiz committed Jul 23, 2013
1 parent 31d77f5 commit a61887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a61887d

Please sign in to comment.