From ddf888450103aad69d43891ce237c55c9b583a51 Mon Sep 17 00:00:00 2001 From: Orca Date: Sat, 23 Sep 2023 03:18:26 +0800 Subject: [PATCH] Update 100-builtin-modules.md (#4501) - Removed a redundant `events` entry --- .../content/117-nodejs-common-modules/100-builtin-modules.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/roadmaps/nodejs/content/117-nodejs-common-modules/100-builtin-modules.md b/src/data/roadmaps/nodejs/content/117-nodejs-common-modules/100-builtin-modules.md index bf7891cbc..0088c62d5 100644 --- a/src/data/roadmaps/nodejs/content/117-nodejs-common-modules/100-builtin-modules.md +++ b/src/data/roadmaps/nodejs/content/117-nodejs-common-modules/100-builtin-modules.md @@ -7,7 +7,6 @@ Built-in modules are already installed with `Node.js`, so you don't need to inst - **net**: to build clients and servers. - **path**: to handle file paths. - **url**: help in parsing URL strings. -- **events**: provides a method for interacting with events. - **http**: making Node.js transfer data over HTTP. - **console**: to log information in the console. - **assert**: provides a set of assertion tests.