Skip to content

Commit c5ef537

Browse files
committed
Fix CI
1 parent e329b57 commit c5ef537

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ You can also replace `hub` with `ingest` in any GitHub URL to access the corespo
1717

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

20-
21-
2220
## 🚀 Features
2321

2422
- **Easy code context**: Get a text digest from a git repository URL or a directory
@@ -38,17 +36,18 @@ pip install gitingest
3836

3937
## 🧩 Browser Extension Usage
4038

39+
<!-- markdownlint-disable MD033 -->
4140
<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>
4241
<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>
4342
<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>
43+
<!-- markdownlint-enable MD033 -->
4444

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

4949
## 💡 Command line usage
5050

51-
5251
The `gitingest` command line tool allows you to analyze codebases and create a text dump of their contents.
5352

5453
```bash

0 commit comments

Comments
 (0)