Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
astariul authored Sep 29, 2020
1 parent 00e466a commit 631b763
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ git checkout -b my_branch

---

**Add your dogesome code !**
Add your dogesome code !

_Don't forget to update tests and documentation !_

---

**Ensure tests are passing :**
Ensure tests are passing :

```console
pip install pytest
Expand All @@ -119,7 +119,7 @@ python -m pytest -W ignore::DeprecationWarning

---

**Check if code is well-formated :**
Check if code is well-formated :

```console
pip install flake8
Expand All @@ -129,7 +129,7 @@ flake8 . --count --max-complexity=10 --max-line-length=127 --statistics --per-fi

---

**Submit your PR !**
Submit your PR !

<h2 align="center">FAQ</h2>

Expand Down

0 comments on commit 631b763

Please sign in to comment.