Skip to content

Commit 0133021

Browse files
fix(readme): fix linting issues and correct spelling error
1 parent f4f7853 commit 0133021

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env
104104
- [tiktoken](https://github.com/openai/tiktoken) - Token estimation
105105
- [apianalytics.dev](https://www.apianalytics.dev/) - Simple Analytics
106106

107-
### Looking for a javascript/node package?
107+
### Looking for a javascript/node package?
108108

109-
Check out the NPM alternative 📦 Repomix: https://github.com/yamadashy/repomix
109+
Check out the NPM alternative 📦 Repomix: <https://github.com/yamadashy/repomix>
110110

111111
## ✔️ Contributing to Gitingest
112112

@@ -176,4 +176,3 @@ The application should be available at `http://localhost:8000`
176176
```bash
177177
gitingest --help
178178
```
179-

src/gitingest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" gitingest: A package for ingesting data from git repositories. """
1+
""" Gitingest: A package for ingesting data from git repositories. """
22

33
from gitingest.clone import clone_repo
44
from gitingest.ingest import ingest

0 commit comments

Comments
 (0)