فهرست منبع

update link in readme

original link 404'ed when i tried to install but the new link works
Serena Tiede 3 سال پیش
والد
کامیت
ad45f713f9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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...