Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 19, 2024
1 parent 6b8ffff commit 10a236a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ To make changes to `aligntools`:
git clone https://github.com/${YOUR_USERNAME}/aligntools
cd aligntools
pip install .[dev,test] # Install all development, and test dependencies.
git checkout -b $MY_CHANGE_NAME
git checkout -b $YOUR_CHANGE_NAME
```

- Editing some files & commiting the results.
- Running the validation validation, like this:
- Running the validation, like this:

```shell
pytest && flake8 && bandit
Expand Down

0 comments on commit 10a236a

Please sign in to comment.