diff --git a/Readme.md b/Readme.md index 379ecf4..99dc29b 100644 --- a/Readme.md +++ b/Readme.md @@ -82,7 +82,7 @@ re.exec('/test') //=> ['/test', 'test', undefined] re.exec('/test/route') -//=> ['/test', 'test', 'route'] +//=> ['/test/route', 'test', 'route'] ``` ##### Zero or more