From 01c8e0abef39a7bd378ccc795ab9dafe11d7470f Mon Sep 17 00:00:00 2001 From: Shantanu Oak Date: Mon, 7 Jun 2021 14:13:08 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed089e6f..b0629be8 100644 --- a/README.md +++ b/README.md @@ -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)