From 482b525fd6bf4d5c36fc3efbdbeeb0ddc69429af Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sat, 17 May 2025 23:22:38 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8262e74..3275ae4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A Sphinx extension that generates a summary `llms.txt` file, written in Markdown, and a single combined documentation `llms-full.txt` file, written in reStructuredText. +[![PyPI version](https://img.shields.io/pypi/v/sphinx-cmd.svg)](https://pypi.python.org/pypi/sphinx-cmd) +[![Downloads](https://static.pepy.tech/badge/sphinx-cmd/month)](https://pepy.tech/project/sphinx-cmd) + ## Installation ```bash