From 23f6aeaf993aff564088af8cc02a5ce918fbb8aa Mon Sep 17 00:00:00 2001 From: Ryan Kulp Date: Mon, 6 Nov 2023 11:45:58 -0500 Subject: [PATCH] fix remote setter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c46d12b..cce2991f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To keep your project up-to-date with the latest Speedrail changes over time: ```sh # one time only -git remote add speedrail speedrail +git remote add speedrail https://github.com/ryanckulp/speedrail.git # when you notice Speedrail updates on GitHub git pull