From 5729f18ddb79210938a1b0dd61b399d7aff9b061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 22 Jul 2021 16:10:20 +0200 Subject: [PATCH] Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f1871..e79e407 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ because runtime dependencies are always required for testing. [tox]: https://tox.readthedocs.io/ [tox-current-env]: https://github.com/fedora-python/tox-current-env/ -Additionaly to generated requirements you can supply multiple file names to `%pyproject_buildrequires` macro. +Additionally to generated requirements you can supply multiple file names to `%pyproject_buildrequires` macro. Dependencies will be loaded from them: %pyproject_buildrequires -r requirements/tests.in requirements/docs.in requirements/dev.in