From bd95480ed1b43a4e68456bd8aa87b72cd5934468 Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Wed, 20 Sep 2023 16:31:37 -0400 Subject: [PATCH] Fix typo in contributing documentation (#597) --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index b4be82d6..2696731a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -13,7 +13,7 @@ the library as an "editable link", then install the development dependencies: .. code-block:: bash $ git clone git@github.com:your_user_name/pystac-client.git - $ cd pystac + $ cd pystac-client $ pip install -e '.[dev]' Testing