Sfoglia il codice sorgente

Merge pull request #36 from SerenaTiede-Zen/patch-1

Update broken link in readme
Graham Ashton 3 anni fa
parent
commit
7f0f7df60f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ exec" to the beginning of common Ruby commands.
 
 For example:
 
-    $ curl -L https://github.com/gma/bundler-exec/raw/master/bundler-exec.sh > ~/.bundler-exec.sh
+    $ curl -L https://raw.githubusercontent.com/gma/bundler-exec/main/bundler-exec.sh > ~/.bundler-exec.sh
     $ echo "[ -f ~/.bundler-exec.sh ] && source ~/.bundler-exec.sh" >> ~/.bashrc
 
 Er, that's it...