Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
welf committed Jan 15, 2025
1 parent 81eff7d commit bbc3617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code Context Generator for LLMs

![Build Status](https://img.shields.io/github/workflow/status/welf/code-context/CI)
![Build Status](https://img.shields.io/github/workflow/status/welf/code-context/ci.yml?branch=main)
![License](https://img.shields.io/github/license/welf/code-context)

A CLI tool designed to process Rust source code, creating a high-level context
Expand Down Expand Up @@ -119,7 +119,7 @@ Generated output files can be found in the
generated by passing the path to the `src` directory with the
`--output-dir custom-suffix` flag.

In both cases, the size reduction is 85.8% (from 37416 bytes to 5330 bytes).
In both cases, the size reduction is 92.5% (from 70925 bytes to 5353 bytes).

### Before and After Example

Expand Down

0 comments on commit bbc3617

Please sign in to comment.