Skip to content

Commit

Permalink
Merge pull request cyclotruc#113 from filipchristiansen/fix/readme-li…
Browse files Browse the repository at this point in the history
…nt-and-spelling

fix: fix README linting issues and correct spelling error
  • Loading branch information
filipchristiansen authored Jan 8, 2025
2 parents f4f7853 + 0133021 commit 96bc395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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

0 comments on commit 96bc395

Please sign in to comment.