Skip to content

Commit 92399d2

Browse files
committed
Fix readme typo
1 parent 1d1ed17 commit 92399d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cunw
22

3-
![GitHub Actions Workflow Status](https://github.com/RemiKalbe/cunw/actions)
4-
![Crates.io Version](https://crates.io/crates/cunw)
3+
![https://github.com/RemiKalbe/cunw/actions](https://img.shields.io/github/actions/workflow/status/RemiKalbe/cunw/.github%2Fworkflows%2Ftests.yaml)
4+
![https://crates.io/crates/cunw](https://img.shields.io/crates/v/cunw)
55

66
cunw (codebase unwrap) is a command-line interface (CLI) tool that generates a structured representation of a codebase, making it easy to provide context to a large language model (LLM). It recursively traverses a directory, collects file content, and generates a single file that represents the structure and content of the codebase.
77

0 commit comments

Comments
 (0)