Skip to content

Commit bf0cf3c

Browse files
Merge pull request #463 from niku/patch-1
Revise document
2 parents bbe2299 + 382d755 commit bf0cf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you want to build Rugged with HTTPS and SSH support, check out the list of op
2727
If you're using bundler and want to bundle `libgit2` with Rugged, you can use the `:submodules` option:
2828

2929
```ruby
30-
gem 'rugged', git: 'git://github.com/libgit2/rugged.git', branch: 'development', submodules: true
30+
gem 'rugged', git: 'git://github.com/libgit2/rugged.git', submodules: true
3131
```
3232

3333
To load Rugged, you'll usually want to add something like this:

0 commit comments

Comments
 (0)