From 6d6f2710a5fdb0360e64d0c8077a9e10be38f1d8 Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Fri, 20 Dec 2024 20:16:58 -0700 Subject: [PATCH] Update CONTRIBUTING.md fixed a couple of errors --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 673441c..f820288 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ The following issues are accepted: - Reports of errors or problems - Proposals for new additions or improvements to features -Please click [here](https://github.com/snachodog/tok-to-insta-bridge/issues/new) to create an issue. +Please click [here](https://github.com/snachodog/tok-to-insta-follower-bridge/issues/new) to create an issue. ## Pull Requests @@ -52,7 +52,7 @@ Additionally, when creating a pull request, please keep the following in mind: First, clone the forked repository locally: ```bash -$ git clone https://github.com/kawamataryo/sky-follower-bridge.git +$ git clone https://github.com/snachodog/tok-to-insta-follower-bridge.git ``` Install dependencies with npm: