From 0133021c53cddc8573aca101372c850d86d7880b Mon Sep 17 00:00:00 2001 From: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:24:49 +0100 Subject: [PATCH] fix(readme): fix linting issues and correct spelling error --- README.md | 5 ++--- src/gitingest/__init__.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 699cff3..d5fe307 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 e1d130b..d9fa918 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