From 2b06ff5338b2f6717a15407d48095f27cbcb7270 Mon Sep 17 00:00:00 2001 From: GameUnits Open Source Date: Wed, 15 Mar 2017 15:53:15 +0100 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf91ef2..34195e5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ node-tip-bot-twitter is an open-source node.js twitter bot for tipping with altc # Instalation To install node-tip-bot simply clone this repo and install dependencies: ```bash -git clone https://github.com/Biersteker/node-tip-bot-twitter +git clone https://github.com/gameunits/node-tip-bot-twitter cd node-tip-bot-twitter npm install ```