Skip to content

Commit

Permalink
Merge pull request #182 from shantanuo/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ishepard authored Jun 7, 2021
2 parents 94532fc + 01c8e0a commit 2ad53b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install pydriller

```python

from pydriller import repository
from pydriller import Repository

for commit in Repository('https://github.com/ishepard/pydriller').traverse_commits():
print(commit.hash)
Expand Down

0 comments on commit 2ad53b0

Please sign in to comment.