Link to README on GitHub rather than the npm copy (#6796)

This commit is contained in:
Mathias Bynens
2017-11-11 15:14:45 +01:00
committed by Brian Ng
parent 1165ecc616
commit 25bde88dff

View File

@@ -52,8 +52,8 @@ require("@babel/core").transform(code, {
* `useUnicodeFlag` (defaults to `true`)
When disabled with `false`, the transform will convert unicode regexes to
non-unicode regexes, removing the `u` flag. See https://www.npmjs.com/package/regexpu-core#useunicodeflag-default-false- for more information.
When disabled with `false`, the transform converts Unicode regexes to
non-Unicode regexes for wider support, removing the `u` flag. See https://github.com/mathiasbynens/regexpu-core#useunicodeflag-default-false for more information.
## Author