From 925b191057d774d82be2b8dc0ffda1acd106cbfd Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:32:51 +0530 Subject: [PATCH] chore(docs): add note about node proces --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d64f120..ea80db3e 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ const nwProcess = await nwbuild({ }); ``` +Note: The `nwProcess` is a [Node.js process](https://nodejs.org/api/process.html#process) + ### Build Mode Build with defaults: