diff --git a/README.md b/README.md index ecd39cc3..efe1f09f 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,6 @@ extract(url).then((article) => { }) ``` -##### Note: - -> Since Node.js v14, ECMAScript modules [have became the official standard format](https://nodejs.org/docs/latest-v14.x/api/esm.html#esm_modules_ecmascript_modules). -> Just ensure that you are [using module system](https://nodejs.org/api/packages.html#determining-module-system) and enjoy with ES6 import/export syntax. - - ## APIs - [.extract(String url | String html)](#extractstring-url--string-html)