Skip to content

Commit 60e02d7

Browse files
README: reflect PyPI release, use pip install
1 parent b0524df commit 60e02d7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ newline-delimited JSON, the format every LLM / eval / log / data pipeline emits.
88
Everything streams: it never loads the whole file and it tolerates malformed
99
lines (reporting them by number where that matters).
1010

11-
> Status: **beta** (v0.1.0). All seven subcommands work; PyPI release imminent.
11+
> Status: **beta** (v0.1.1) — [on PyPI](https://pypi.org/project/jlkit/). All
12+
> seven subcommands work.
1213
1314
## Install
1415

1516
```
16-
uvx jlkit --help # or: pipx install jlkit
17+
pip install jlkit # or: pipx install jlkit
1718
```
1819

1920
## Usage

0 commit comments

Comments
 (0)