From 8fb8fafd460879f2be8ffa6f6980bc715491e3c5 Mon Sep 17 00:00:00 2001 From: Richard Davis Date: Mon, 31 Jan 2022 21:09:31 -0500 Subject: [PATCH] Tweak readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d392f..479e15c 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ def test_docker_registry_secure(docker_registry_secure: DockerRegistrySecure, re ## Enumerated Fixtures -It is possible to instantiate mutiple registry instances using the corresponding enumerated fixtures. All [fixtures](#fixtures) listed above have _*_list_ (e.g. `docker_registry_secure` -> `docker_registry_secure_list`) versions that will return enumerated lists of corresponding data type. +It is possible to instantiate multiple registry instances using the corresponding enumerated fixtures. All [fixtures](#fixtures) listed above have _*_list_ (e.g. `docker_registry_secure` -> `docker_registry_secure_list`) versions that will return enumerated lists of corresponding data type. For example: