Skip to content

Commit

Permalink
removes some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
withtwoemms committed Feb 27, 2024
1 parent d0a146c commit 3f8e6cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -23,7 +23,6 @@ Implementations have their own module (for clarity) and are "registered" for use
Environment variables can be used with the console script entrypoint to bind an implementation at runtime(see ["Usage" section](#usage)).
When new implementations have been deployed, choice of implmentation is made as simple as changing the environment.


### Setup

This project uses [`poetry`](https://python-poetry.org/) as it's build tool.
Expand All @@ -46,7 +45,6 @@ For example, the following runs tests, coverage, and linting:
poetry run check
```


### Usage

There exists a `poetry` buildscript called `get-pokemon`.
Expand All @@ -55,5 +53,3 @@ It can be invoked like so:
```
poetry run get-pokemon by --type ghost
```

pipe to `less`

0 comments on commit 3f8e6cd

Please sign in to comment.