From 1aa2a5788d822f46189f2a06a949bbacf9e6c734 Mon Sep 17 00:00:00 2001 From: Adi Date: Tue, 19 Mar 2019 18:58:11 -0700 Subject: [PATCH] Adding Resources Section (#28212) Adding Resources section and updating the NodeJS API link --- guide/english/nodejs/process/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/nodejs/process/index.md b/guide/english/nodejs/process/index.md index 70f0f5aec2..96acc6050c 100644 --- a/guide/english/nodejs/process/index.md +++ b/guide/english/nodejs/process/index.md @@ -86,3 +86,7 @@ Hello World! 0: /usr/local/bin/node 1: /Users/amanhimself/Desktop/articles/nodejs-text-tuts/test.js ``` + +## Resources + +* [NodeJS API](https://nodejs.org/dist/latest-v8.x/docs/api/process.html)