From 480fd83d65843caa614012dcf6912318fb48dacf Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sat, 17 May 2025 23:23:36 -0700 Subject: [PATCH] Fix copypasta --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3275ae4..140c314 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ 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) +[![PyPI version](https://img.shields.io/pypi/v/sphinx-llms-txt.svg)](https://pypi.python.org/pypi/sphinx-llms-txt) +[![Downloads](https://static.pepy.tech/badge/sphinx-llms-txt/month)](https://pepy.tech/project/sphinx-llms-txt) ## Installation