README.md in jsregexp-0.1.2 vs README.md in jsregexp-0.1.3

- old
+ new

@@ -24,10 +24,12 @@ $ gem install jsregexp ## Usage ``` ruby -JSRegexp.convert(/\Ahello/) # => '^hello' +JSRegexp.convert(/\Afoo/) # => '^foo' +JSRegexp.convert('/\Gbar/') # => '^bar' +JSRegexp.convert('baz\Z') # => 'baz$' ``` ## License [MIT](http://opensource.org/licenses/MIT)