Skip to content

Commit 58fef2f

Browse files
Merge pull request ruby-git#114 from Swimminschrage/patch-1
Fixing a minor typo in the README for getting all of the tags
2 parents 4742c25 + 481ee7c commit 58fef2f

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
@@ -131,7 +131,7 @@ Here are the operations that need read permission only.
131131
g.config('user.name') # returns 'Scott Chacon'
132132
g.config # returns whole config hash
133133

134-
g.tag # returns array of Git::Tag objects
134+
g.tags # returns array of Git::Tag objects
135135
```
136136

137137
And here are the operations that will need to write to your git repository.

0 commit comments

Comments
 (0)