From 1395f452916d39ea03eabc6f6ac337551f565fbb Mon Sep 17 00:00:00 2001 From: JMax <36378436+JMax45@users.noreply.github.com> Date: Fri, 25 Dec 2020 22:43:52 +0100 Subject: [PATCH] fix: git clone url Updated git clone URL due to ownership change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21c3c30..e5d12d6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It's main goal is to be simple in installation and usage. ## Installation Clone the repository ```bash -git clone https://github.com/JMax45/telegram-forwarder.git +git clone https://github.com/jz-software/telegram-forwarder.git ``` #### NodeJs packages installation @@ -64,4 +64,4 @@ You can add new redirects with the /add command **Q:** Do I have to authenticate every time it launches? -**A:** No, it keeps a session in the database so you don't need to authenticate every time. \ No newline at end of file +**A:** No, it keeps a session in the database so you don't need to authenticate every time.