diff --git a/README.md b/README.md index 699cff39..d5fe3079 100644 --- a/README.md +++ b/README.md @@ -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: ## ✔️ Contributing to Gitingest @@ -176,4 +176,3 @@ The application should be available at `http://localhost:8000` ```bash gitingest --help ``` - diff --git a/src/gitingest/__init__.py b/src/gitingest/__init__.py index e1d130b6..d9fa9181 100644 --- a/src/gitingest/__init__.py +++ b/src/gitingest/__init__.py @@ -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