From 00990a83e810968198cf5972f2ab2c5c1b869f31 Mon Sep 17 00:00:00 2001 From: nightness Date: Wed, 10 Nov 2021 16:45:21 -0600 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea81e81..1528304 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # ngrok-to-dotenv -This is a ngrok start-up wrapper that uses a dotenv file to get the authtoken and save the https address; it's a node cli tool that you can use with projects that need ngrok. You clone it into your project's folder, and setup a package.json script to call "cd ngrok-to-dotenv && node ngrok". Be sure to add the folder to your .gitignore and and install the one package which is ngrok, with 'npm -i' or 'yarn'. +This is a ngrok start-up wrapper that uses a dotenv file to get the authtoken and save the https address; it's a node cli tool that you can use with projects that need ngrok. You clone it into your project's folder, and setup a package.json script to call "cd ngrok-to-dotenv && node ngrok". Be sure to add the folder to your .gitignore and and install the one package which is ngrok, with 'npm i' or 'yarn'.