Skip to content

Commit a1552fb

Browse files
authored
Remove outdated README info (#143)
1 parent 7721133 commit a1552fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,13 @@ Write tests using [pytest](https://docs.pytest.org/).
5050

5151
## Setup info
5252

53-
Requires Python 3.8+.
54-
5553
```console
5654
$ python3 -m venv venv
5755
$ source venv/bin/activate
5856
(venv) $ python -m pip install cherry_picker
5957
```
6058

61-
The cherry picking script assumes that if an `upstream` remote is defined, then
59+
The cherry-picking script assumes that if an `upstream` remote is defined, then
6260
it should be used as the source of upstream changes and as the base for
6361
cherry-pick branches. Otherwise, `origin` is used for that purpose.
6462
You can override this behavior with the `--upstream-remote` option

0 commit comments

Comments
 (0)