Skip to content

Commit

Permalink
intalicizes parenthetical ref
Browse files Browse the repository at this point in the history
  • Loading branch information
withtwoemms committed Feb 27, 2024
1 parent 86ee82d commit 11d81a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ pokedex/api/request/
Therein, a protocol is defined.
This protocol definition serves as the structural "template" for how different types of requests can be implemented.
Implementations have their own module (for clarity) and are "registered" for use outside of the package by the `ApiRequest` enum.
Environment variables can be used with the console script entrypoint to bind an implementation at runtime(see ["Usage" section](#usage)).
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
Expand Down

0 comments on commit 11d81a2

Please sign in to comment.