Skip to content

Commit 94e5ad9

Browse files
Update README.md
1 parent 5ea2bac commit 94e5ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Install GitAnalyzer using one of the following methods:
273273
Here's a basic example of using GitAnalyzer:
274274

275275
```python
276-
from gitanalyzer import Repository
276+
from GitAnalyzer import Repository
277277

278278
# Initialize repository (local or remote)
279279
repo = Repository('path/to/repository')
@@ -372,4 +372,4 @@ This project is protected under the [Apache License 2.0](https://choosealicense.
372372
- **pytest**: Testing framework
373373
- All contributors who have helped improve GitAnalyzer
374374

375-
---
375+
---

0 commit comments

Comments
 (0)