From ac626ed4b7785dce17a67a1ccdbad73e79c4d460 Mon Sep 17 00:00:00 2001 From: Ivaylo Tsokov Date: Mon, 24 Aug 2020 18:06:05 +0300 Subject: [PATCH] Update README.md master branch renamed to main --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d2cb32..8def6cb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The [shpod.sh](shpod.sh) script will: To execute it: ```bash -curl https://raw.githubusercontent.com/jpetazzo/shpod/master/shpod.sh | sh +curl https://raw.githubusercontent.com/jpetazzo/shpod/main/shpod.sh | sh ``` It's also available with short URLs: @@ -58,7 +58,7 @@ step by step, check the next section. 1. Deploy the shpod pod: ``` - kubectl apply -f https://raw.githubusercontent.com/jpetazzo/shpod/master/shpod.yaml + kubectl apply -f https://raw.githubusercontent.com/jpetazzo/shpod/main/shpod.yaml ``` 2. Attach to the shpod pod: