We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58cdf1 commit 710b152Copy full SHA for 710b152
1 file changed
README.md
@@ -3,18 +3,18 @@ Python package that mirrors the original Nodejs ReplAPI-It.
3
4
## Contributing
5
6
-1. Fork the repo:
+First fork the repo:
7
8
```shell
9
-$ git clone https://github.com/ReplAPI-it/Python-ReplAPI-It.$ poetry install
+$ git clone https://github.com/ReplAPI-it/Python-ReplAPI-It.git
10
+$ poetry install
11
```
12
-2. Edit the project
13
-3. Clean up:
+Second, edit the code. Third, clean up the project:
14
15
16
$ isort .
17
$ flake8
18
19
20
-4. Create a PR!
+Last, create a PR!
0 commit comments