From fb45060d4d77e83bd4720069f8aa122c8c65d314 Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Fri, 12 Aug 2022 18:01:48 +0700 Subject: [PATCH] Update README --- README.md | 6 ------ 1 file changed, 6 deletions(-) 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)