Skip to content

Commit 7500137

Browse files
Ran pre-commit on lcandy2's branch and fixed README.md for CI to pass
1 parent d4db057 commit 7500137

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Turn any Git repository into a prompt-friendly text ingest for LLMs.
1313

1414
You can also replace `hub` with `ingest` in any github url to access the coresponding digest.
1515

16-
[gitingest.com](https://gitingest.com/) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest/)
17-
16+
[gitingest.com](https://gitingest.com) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest)
1817

1918
## 🚀 Features
2019

@@ -35,12 +34,14 @@ pip install gitingest
3534

3635
## 🧩 Browser Extension Usage
3736

38-
<a href="https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood" target="_blank" title="Get GitIngest Extension from Chrome Web Store"><img height="48" src="https://github.com/user-attachments/assets/20a6e44b-fd46-4e6c-8ea6-aad436035753" alt="Available in the Chrome Web Store" /></a>
39-
<a href="https://addons.mozilla.org/firefox/addon/gitingest/" target="_blank" title="Get GitIngest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/c0e99e6b-97cf-4af2-9737-099db7d3538b" alt="Get The Add-on for Firefox" /></a>
40-
<a href="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf" target="_blank" title="Get GitIngest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e" alt="Get from the Edge Add-ons" /></a>
37+
<!-- markdownlint-disable MD033 -->
38+
<a href="https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood"><img height="48" src="https://github.com/user-attachments/assets/20a6e44b-fd46-4e6c-8ea6-aad436035753" alt="Available in the Chrome Web Store"/></a>
39+
<a href="https://addons.mozilla.org/firefox/addon/gitingest"><img height="48" src="https://github.com/user-attachments/assets/c0e99e6b-97cf-4af2-9737-099db7d3538b" alt="Get The Add-on for Firefox" /></a>
40+
<a href="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf"><img height="48" src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e" alt="Get from the Edge Add-ons" /></a>
41+
<!-- markdownlint-enable MD033 -->
4142

42-
The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
43-
For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases).
43+
The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
44+
For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases).
4445
Issues and feature requests are welcome to the repo.
4546

4647
## 💡 Command Line usage
@@ -98,11 +99,11 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env
9899

99100
## 🛠️ Stack
100101

101-
- [Tailwind CSS](https://tailwindcss.com/) - Frontend
102+
- [Tailwind CSS](https://tailwindcss.com) - Frontend
102103
- [FastAPI](https://github.com/fastapi/fastapi) - Backend framework
103-
- [Jinja2](https://jinja.palletsprojects.com/) - HTML templating
104+
- [Jinja2](https://jinja.palletsprojects.com) - HTML templating
104105
- [tiktoken](https://github.com/openai/tiktoken) - Token estimation
105-
- [apianalytics.dev](https://www.apianalytics.dev/) - Simple Analytics
106+
- [apianalytics.dev](https://www.apianalytics.dev) - Simple Analytics
106107

107108
## ✔️ Contributing to Gitingest
108109

0 commit comments

Comments
 (0)