Skip to content

Commit

Permalink
Fix URL in "browser field" link
Browse files Browse the repository at this point in the history
  • Loading branch information
gaconnet authored and isaacs committed Apr 2, 2023
1 parent 8851fb9 commit faaba32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Browser-friendly inheritance fully compatible with standard node.js
This package exports standard `inherits` from node.js `util` module in
node environment, but also provides alternative browser-friendly
implementation through [browser
field](https://gist.github.com/shtylman/4339901). Alternative
field](https://gist.github.com/defunctzombie/4339901). Alternative
implementation is a literal copy of standard one located in standalone
module to avoid requiring of `util`. It also has a shim for old
browsers with no `Object.create` support.
Expand Down

0 comments on commit faaba32

Please sign in to comment.