Skip to content

Commit 30e98c3

Browse files
Merge pull request #11 from chris-c-thomas/copilot/fix-badges-in-readme
fix: replace dynamic shields.io badges with static equivalents
2 parents 0cca045 + 96cbac4 commit 30e98c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![npm](https://img.shields.io/npm/v/%40lexbuild%2Fcli?style=flat-square)](https://www.npmjs.com/package/@lexbuild/cli)
44
[![CI](https://img.shields.io/github/actions/workflow/status/chris-c-thomas/lexbuild/ci.yml?style=flat-square&label=CI)](https://github.com/chris-c-thomas/lexbuild/actions/workflows/ci.yml)
55
[![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue?style=flat-square)](https://www.typescriptlang.org/)
6-
[![Node](https://img.shields.io/node/v/%40lexbuild%2Fcli?style=flat-square)](https://nodejs.org/)
7-
[![license](https://img.shields.io/github/license/chris-c-thomas/lexbuild?style=flat-square)](LICENSE)
6+
[![Node](https://img.shields.io/badge/node-%3E%3D20-brightgreen?style=flat-square)](https://nodejs.org/)
7+
[![license](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)
88

99
CLI tool to download and convert the entire [United States Code](https://uscode.house.gov/) from official XML (USLM Schema) into structured Markdown that's optimized for AI ingestion, RAG pipelines, and semantic search.
1010

0 commit comments

Comments
 (0)