File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33> The ` path ` module from Node.js for browsers
44
5- This implements the Node.js [ ` path ` ] ( http://nodejs.org/api/ path.html ) module for environments that do not have it, like browsers.
5+ This implements the Node.js [ ` path ` ] [ path ] module for environments that do not have it, like browsers.
66
77> ` path-browserify ` currently matches the ** Node.js 10.3** API.
88
@@ -28,7 +28,7 @@ document.querySelector('#logo').src = logo;
2828
2929## API
3030
31- See the [ Node.js path docs] ( http://nodejs.org/api/ path.html ) . ` path-browserify ` currently matches the Node.js 10.3 API.
31+ See the [ Node.js path docs] [ path ] . ` path-browserify ` currently matches the Node.js 10.3 API.
3232` path-browserify ` only implements the POSIX functions, not the win32 ones.
3333
3434## Contributing
@@ -41,3 +41,5 @@ If there is a difference in behaviour between Node.js's `path` module and this m
4141## License
4242
4343[ MIT] ( ./LICENSE )
44+
45+ [ path ] : https://nodejs.org/docs/v10.3.0/api/path.html
You can’t perform that action at this time.
0 commit comments