From b5a8b2a9e92744bec7cf47c794463245cc459724 Mon Sep 17 00:00:00 2001 From: Karim K Kanji Date: Wed, 22 Nov 2017 03:18:02 +0300 Subject: [PATCH] Unnecessary symbol The dollar sign was misleading especially when newbies just copy paste and find the code doesn't work in the terminal. Thus removed it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f8aca..6ff8004 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ `rvm gemset use global` - `$ echo "gem: --no-document" >> ~/.gemrc` + `echo "gem: --no-document" >> ~/.gemrc` `gem install bundler`