From 32a8ab585a6ca0c4a6aca83b43dce11b70d7b510 Mon Sep 17 00:00:00 2001 From: cuttestkittensrule Date: Sun, 29 Sep 2024 21:16:31 -0700 Subject: [PATCH] Fix Readme typo Change SSL to SSH --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c9a600..570f19d 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ $ git clone --recurse-submodules https://github.com/Prospect-Robotics/Robot2024. > [!NOTE] > Passing the https URL to `git clone` tends to work better than cloning using -> SSL, since the Prospect High School WiFi seems to block outgoing connections -> to github on the default SSL port. +> SSH, since the Prospect High School WiFi seems to block outgoing connections +> to github on the default SSH port. ## Development