From 468d8b7707ee8c835656ee5d3bc67afa383928c4 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Wed, 16 Nov 2016 09:54:29 -0800 Subject: [PATCH] reference node's process object --- docs/api/process.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/process.md b/docs/api/process.md index 65e6cf795296..9b05b61fdd8d 100644 --- a/docs/api/process.md +++ b/docs/api/process.md @@ -4,7 +4,9 @@ Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process) -The `process` object is extended in Electron with following APIs: +Electron's `process` object is extended from the +[Node.js `process` object](https://nodejs.org/api/process.html). +It adds the following events, properties, and methods: ## Events