Skip to content

Commit 481ee7c

Browse files
Fixing a minor typo in the README for getting all of the tags
1 parent 12dd8aa commit 481ee7c

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)