From 2cc262d23f9fe46bb1dc117b3825813a2618b641 Mon Sep 17 00:00:00 2001
From: Brett <brettgraham@gmail.com>
Date: Thu, 9 Nov 2023 18:14:09 -0500
Subject: [PATCH] fix typo in readme

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 09da9b8..5fb4dbc 100644
--- a/README.rst
+++ b/README.rst
@@ -24,7 +24,7 @@ using the ``all`` optional parameters.
 
 .. code-block:: console
 
-    $ pip install "asdf-compress[all] @ git+https://github.com/braingram/asdf-compression"
+    $ pip install "asdf-compression[all] @ git+https://github.com/braingram/asdf-compression"
 
 Or alternatively by cloning and installing this repository.