From 644b4e357d53a19f8adf46713630491caf5902e8 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 23 Sep 2023 01:40:35 +0900 Subject: [PATCH] Update README.md github -> GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9b1e0e5..af8bbb01 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ We're not going to manually deploy our application every time we make a change. -1. Create a new github branch to save our changes to and execute CI/CD workloads: +1. Create a new GitHub branch to save our changes to and execute CI/CD workloads: ```bash git remote set-url origin https://github.com/$GITHUB_USERNAME/Made-With-ML.git # <-- CHANGE THIS to your username git checkout -b dev