Skip to content

Commit

Permalink
README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 23, 2024
1 parent cc56a4a commit 286d000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ You can install this package from PyPI
Linux:

```sh
python3 -m pip install cfdppy
python3 -m pip install cfdp-py
```

Windows:

```sh
py -m pip install cfdppy
py -m pip install cfdp-py
```

# Examples
Expand All @@ -38,7 +38,7 @@ first. You also have to install the package with the optional `test` feature:

```sh
pip install coverage pytest
pip install cfdppy[test]
pip install cfdp-py[test]
```

Running tests regularly:
Expand Down

0 comments on commit 286d000

Please sign in to comment.