From 11d81a2a6a760435029cddbd05070b22b7bce3be Mon Sep 17 00:00:00 2001 From: "Emmanuel I. Obi" Date: Tue, 27 Feb 2024 14:00:01 -0600 Subject: [PATCH] intalicizes parenthetical ref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0470c11..badbf05 100644 --- a/README.md +++ b/README.md @@ -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