From bc962bd41964bd17cbbf77ac5a9245b0e734db25 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Sun, 23 Oct 2022 11:13:35 -0400 Subject: [PATCH] Change poos to ptoos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fdcee5..be23447 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# poos-xray +# ptoos-xray 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. @@ -8,5 +8,5 @@ It works with the epub that you can download from [Daystar Eld's Patreon](https: ```shell pipenv install pipenv shell -python poos-xray "DaystarEld - Pokemon The Origin of Species.epub" +python ptoos-xray.py "DaystarEld - Pokemon The Origin of Species.epub" ```