From f0424aa305c66f3e9278c03e842e4489b48fa10a Mon Sep 17 00:00:00 2001 From: Michael Haines Date: Mon, 27 Nov 2023 22:10:25 -0600 Subject: [PATCH] fix README typo (#63) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85dea1e..2f1b1ea 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ pip install pytest-env [tool.pytest_env] HOME = "~/tmp" RUN_ENV = 1 -TRANSFORMED = {value = "{USER}/alpha", transform: true} -SKIP_IF_SET = {value = "on", skip_if_set: true} +TRANSFORMED = {value = "{USER}/alpha", transform = true} +SKIP_IF_SET = {value = "on", skip_if_set = true} ``` The `tool.pytest_env` tables keys are the environment variables keys to set. The right hands-ide of the assigment: