Skip to content

Commit 1dc4d54

Browse files
authored
fix: typo
There was a missing backtick.
1 parent bcfaea3 commit 1dc4d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ tox-gh-actions always convert keys in `[gh-actions:env]` to uppercase.
301301

302302
#### tox requires
303303
If your project uses [tox's `requires` configuration](https://tox.wiki/en/latest/config.html#conf-requires),
304-
you must add tox-gh-actions` to the `requires` configuration as well. Otherwise, tox-gh-actions won't be loaded as a tox plugin.
304+
you must add `tox-gh-actions` to the `requires` configuration as well. Otherwise, tox-gh-actions won't be loaded as a tox plugin.
305305

306306
```ini
307307
[tox]

0 commit comments

Comments
 (0)