From 4bcbcae060c293b8f92b77ce03419e505fb4099a Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Wed, 16 Oct 2024 13:59:15 -0400 Subject: [PATCH] Update README.md (#98) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e83e25..fd5f096 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To install the app from source: > **NOTE:** To use SSH keys to clone the repo and private submodule, > run the following command first to ensure that `git://` URls are used automatically: > ```bash - > git config --global url.git@github.com:.> insteadOf https://github.com/ + > git config --global url.git@github.com:.insteadOf https://github.com/ > ``` ```bash