Skip to content

Commit

Permalink
Fix a typo in the README file (#192)
Browse files Browse the repository at this point in the history
Fix a typo in the README file
  • Loading branch information
ArtemIsmagilov authored Jul 15, 2024
1 parent 01fa2fd commit 7792dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip install hiredis
Building this repository requires a recursive checkout of submodules, and building hiredis. The following example shows how to clone, compile, and run tests. Please note - you will need the gcc installed.

```bash
git clone --recursse-submodules https://github.com/redis/hiredis-py
git clone --recurse-submodules https://github.com/redis/hiredis-py
python setup.py build_ext --inplace
python -m pytest
```
Expand Down

0 comments on commit 7792dd2

Please sign in to comment.