Skip to content

Commit f0424aa

Browse files
authored
fix README typo (#63)
1 parent 53b1c3f commit f0424aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pip install pytest-env
2626
[tool.pytest_env]
2727
HOME = "~/tmp"
2828
RUN_ENV = 1
29-
TRANSFORMED = {value = "{USER}/alpha", transform: true}
30-
SKIP_IF_SET = {value = "on", skip_if_set: true}
29+
TRANSFORMED = {value = "{USER}/alpha", transform = true}
30+
SKIP_IF_SET = {value = "on", skip_if_set = true}
3131
```
3232

3333
The `tool.pytest_env` tables keys are the environment variables keys to set. The right hands-ide of the assigment:

0 commit comments

Comments
 (0)