Skip to content

Commit c2b68a5

Browse files
committed
FIX typo in README
1 parent bb731a7 commit c2b68a5

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
@@ -17,7 +17,7 @@
1717
- Check locally that your solution meet the test by running `pytest` from the root of the repo. You may need to install `pytest` using `pip` or `conda`.
1818
- Check the code formating for your solution using `flake8`. You may need to install `flake8` using `pip` or `conda`.
1919
- Open the pull request on GitHub:
20-
- Create a commit with `git add -u` and `git commit -m "UP my solution"
20+
- Create a commit with `git add -u` and `git commit -m "UP my solution"`
2121
- Push your branch on your fork: `git push -u origin my_user_name`
2222
- Go to your repo in your browser and click the `Open a PR` button.
2323
- Keep pushing to your branch until the continuous integration system is green.

0 commit comments

Comments
 (0)