Skip to content

Commit 710b152

Browse files
author
BD103
committed
Fix README.md
1 parent d58cdf1 commit 710b152

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Python package that mirrors the original Nodejs ReplAPI-It.
33

44
## Contributing
55

6-
1. Fork the repo:
6+
First fork the repo:
77

88
```shell
9-
$ git clone https://github.com/ReplAPI-it/Python-ReplAPI-It.$ poetry install
9+
$ git clone https://github.com/ReplAPI-it/Python-ReplAPI-It.git
10+
$ poetry install
1011
```
1112

12-
2. Edit the project
13-
3. Clean up:
13+
Second, edit the code. Third, clean up the project:
1414

1515
```shell
1616
$ isort .
1717
$ flake8
1818
```
1919

20-
4. Create a PR!
20+
Last, create a PR!

0 commit comments

Comments
 (0)