From 222ceb016831f12349d67c1a594d7b9ff0bbb015 Mon Sep 17 00:00:00 2001 From: Aviskar KC Date: Wed, 2 Oct 2019 07:31:43 +0545 Subject: [PATCH] Add correct comment on example to kill process by id --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 809a58b..f6302a0 100644 --- a/readme.md +++ b/readme.md @@ -79,7 +79,7 @@ Also, you can use `kill` to kill process by `pid`: ```javascript var ps = require('ps-node'); -// A simple pid lookup +// Kill process by pid ps.kill( '12345', function( err ) { if (err) { throw new Error( err );