README.md in bundler-geminabox-0.1.1 vs README.md in bundler-geminabox-0.1.2
- old
+ new
@@ -39,11 +39,10 @@
### How to fetch gems from your.rubygems.jp
Write your application's Gemfile as:
```ruby
-source 'https://rubygems.org'
-source 'https://your.rubygems.org' # latter gets query earlier
+source 'https://your.rubygems.org'
gem 'your_awesome_geminabox_gem'
```
And then execute: