From 1dc4d54bb56cfe3ce6bda758c6a5498a4da710a2 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Sun, 12 May 2024 11:21:18 +0200 Subject: [PATCH] fix: typo There was a missing backtick. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54bd711..cbf93c6 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ tox-gh-actions always convert keys in `[gh-actions:env]` to uppercase. #### tox requires If your project uses [tox's `requires` configuration](https://tox.wiki/en/latest/config.html#conf-requires), -you must add tox-gh-actions` to the `requires` configuration as well. Otherwise, tox-gh-actions won't be loaded as a tox plugin. +you must add `tox-gh-actions` to the `requires` configuration as well. Otherwise, tox-gh-actions won't be loaded as a tox plugin. ```ini [tox]