From 974b92d9f15e7fff6e7cdc4e5bf3c68986907be1 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Mon, 12 Jan 2026 13:10:18 -0500 Subject: [PATCH] Fix typo in README regarding requirements file (#487) Signed-off-by: Ken Powers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaba47d..9da4f43 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ It is also recommended that all managed nodes disable firewalls and swap. See [K $ ansible-galaxy collection install git+https://github.com/k3s-io/k3s-ansible.git ``` -Alternatively, add it to the [`requirement.yaml` file of your Ansible project](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#install-multiple-collections-with-a-requirements-file) as follows: +Alternatively, add it to the [`requirements.yaml` file of your Ansible project](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#install-multiple-collections-with-a-requirements-file) as follows: ```yaml collections: