From 0cf578d7852868adeb51dffc99cb4153c2e61e9f Mon Sep 17 00:00:00 2001 From: dblugeon Date: Tue, 17 Oct 2023 13:38:08 +0200 Subject: [PATCH] Update README.md (#88) Correction typo in command install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39cdf98..c311cef 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This Ansible collection provides modules to work with Elasticsearch instances an ## Installing the official release ```bash -ansible-galaxy colleciton install community.elastic +ansible-galaxy collection install community.elastic ``` # Installing the latest development version