From 4c9c249bffef10233c637f1b13d9cb394b00a87d Mon Sep 17 00:00:00 2001 From: Maaz Muzammil Date: Wed, 5 Dec 2018 13:28:37 +0530 Subject: [PATCH] Add tcp-port-used Needed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f18f846..2ddcf48 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ Before you run script you need following packages to be installed: | fs | | readline-sync | | cryptr | +| tcp-port-used | Install them using following command: ```sh -$ npm install --save selenium-webdriver@3.6.0 chromedriver object-length - system-sleep fs readline-sync cryptr +$ npm install --save selenium-webdriver@3.6.0 chromedriver object-length system-sleep fs readline-sync cryptr tcp-port-used ``` After that just run `node auto-comment.js` in terminal and follow the instructions. ```sh