From 935fcbc9de224925f442108d6fd761aea32f019d Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 12 Oct 2024 13:36:44 +0200 Subject: [PATCH] update README --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index d03d0af..210b27c 100644 --- a/README.org +++ b/README.org @@ -96,11 +96,11 @@ 3. Source /sf/ from the web for example with =curl=: #+begin_src sh - source <(curl -s https://raw.githubusercontent.com/Deleh/sf/master/sf) + source <(curl -s https://raw.githubusercontent.com/Deleh/sf/main/sf) #+end_src *Note* that this adds an online dependency to your script AND that sourcing from a web resource might be a potential security issue. - The master branch should only be used for testing purposes in this method. - Replace =master= in the URL with a commit hash to prevent future changes in /sf/ breaking your script. + The main branch should only be used for testing purposes in this method. + Replace =main= in the URL with a commit hash to prevent future changes in /sf/ breaking your script. *** 3. Write your script