From 6572619e6b49ac0c5c0831361a22b535693c401f Mon Sep 17 00:00:00 2001 From: oliviero57000 Date: Fri, 5 Oct 2018 17:02:29 +0200 Subject: [PATCH] Update README Hi, I corrected the README file because there were errors on NGROK name in the installation steps (NGORK instead of NGROK). Have a good day. Olivier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd64d8a..e4bd1d8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Installation -Step 1: Place [`ngork`](https://ngrok.com/download) in `/opt/ngrok/` +Step 1: Place [`ngrok`](https://ngrok.com/download) in `/opt/ngrok/` Step 2: Get `authtoken` from ngrok website, then add it to `/opt/ngrok/ngrok.yml` -Step 3: Add `ngork.service` to `/etc/systemd/system/` +Step 3: Add `ngrok.service` to `/etc/systemd/system/` Step 4: Start ngork service by typing: ```