Skip to content

Commit 96484cf

Browse files
authored
Merge pull request #15 from pjotrsavitski/master
Update README.md
2 parents bd510fc + 7aa0ed1 commit 96484cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Unlike the deprecated and unmaintained package [url-regex][], we do a few things
131131

132132
* We set `strict` to `false` by default ([url-regex][] had this set to `true`)
133133
* We added an `auth` option, which is set to `false` by default ([url-regex][] matches against Basic Authentication; had this set to `true` - however this is a deprecated behavior in Chromium).
134-
* We added `parens` and `ipv6` options, which are set to `true` by default ([url-regex][] had `parens` set to `true` and `ipv6` was non-existent or set to `false` rather).
134+
* We added `parens` and `ipv6` options, which are set to `false` and `true` by default ([url-regex][] had `parens` set to `true` and `ipv6` was non-existent or set to `false` rather).
135135
* We added an `apostrophe` option, which is set to `false` by default ([url-regex][] had this set to `true`).
136136
* We added a `trailingPeriod` option, which is set to `false` by default (which means matches won't contain trailing periods, whereas [url-regex][] had this set to `true`).
137137

0 commit comments

Comments
 (0)