From 5729f18ddb79210938a1b0dd61b399d7aff9b061 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 23 2021 08:01:13 +0000 Subject: Fix a typo in README --- 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