Skip to content

Commit

Permalink
Edited README
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser committed Feb 20, 2014
1 parent fc50021 commit 27f669d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ Skip some (for pagination):

repo.commits "master", 30, 30, (err, commits) ->

To get unlimited amount of commits:
Or get an unlimited number of commits (there could be a lot):

repo.commits "master", -1, (err, commits) ->

### `Repo#current_commit(callback)`
Get current commit
Get the current commit.

The callback receives `(err, commit)`.

Expand Down

0 comments on commit 27f669d

Please sign in to comment.