Change poos to ptoos in readme

This commit is contained in:
2022-10-23 11:13:35 -04:00
parent 28d6c654e4
commit bc962bd419

View File

@@ -1,4 +1,4 @@
# poos-xray # ptoos-xray
Script that annotates the Pokemon: the Origin of the Species e-book with links Script that annotates the Pokemon: the Origin of the Species e-book with links
to descriptions and pictures of the Pokemon within the e-book itself. to descriptions and pictures of the Pokemon within the e-book itself.
@@ -8,5 +8,5 @@ It works with the epub that you can download from [Daystar Eld's Patreon](https:
```shell ```shell
pipenv install pipenv install
pipenv shell pipenv shell
python poos-xray "DaystarEld - Pokemon The Origin of Species.epub" python ptoos-xray.py "DaystarEld - Pokemon The Origin of Species.epub"
``` ```