Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env
- [tiktoken](https://github.com/openai/tiktoken) - Token estimation
- [apianalytics.dev](https://www.apianalytics.dev/) - Simple Analytics

### Looking for a javascript/node package?
### Looking for a javascript/node package?

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

## ✔️ Contributing to Gitingest

Expand Down Expand Up @@ -176,4 +176,3 @@ The application should be available at `http://localhost:8000`
```bash
gitingest --help
```

2 changes: 1 addition & 1 deletion src/gitingest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" gitingest: A package for ingesting data from git repositories. """
""" Gitingest: A package for ingesting data from git repositories. """

from gitingest.clone import clone_repo
from gitingest.ingest import ingest
Expand Down
Loading