From a296377497e7c3cfee5367ef6d9a64fa88b8b3d1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 30 Sep 2016 17:31:59 +0700 Subject: [PATCH] Link to ponyfill explanation --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c6af02c..05097f8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # path-parse [![Build Status](https://travis-ci.org/jbgutierrez/path-parse.svg?branch=master)](https://travis-ci.org/jbgutierrez/path-parse) -> Node.js [`path.parse(pathString)`](https://nodejs.org/api/path.html#path_path_parse_pathstring) ponyfill. - -> Ponyfill: A polyfill that doesn't overwrite the native method +> Node.js [`path.parse(pathString)`](https://nodejs.org/api/path.html#path_path_parse_pathstring) [ponyfill](https://ponyfill.com). ## Install