Skip to content

Commit 7792dd2

Browse files
Fix a typo in the README file (#192)
Fix a typo in the README file
1 parent 01fa2fd commit 7792dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip install hiredis
3535
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.
3636

3737
```bash
38-
git clone --recursse-submodules https://github.com/redis/hiredis-py
38+
git clone --recurse-submodules https://github.com/redis/hiredis-py
3939
python setup.py build_ext --inplace
4040
python -m pytest
4141
```

0 commit comments

Comments
 (0)