From 31b67dffc62e964d23cf99d6ad35d7c89f2220e8 Mon Sep 17 00:00:00 2001 From: Cuahuctemoc Date: Thu, 24 Oct 2019 15:14:19 -0700 Subject: [PATCH] fix typo Requierments to Requirements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a26953..f80494e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a Rundeck Node Execution/ File Copier plugin that uses WinRM to connect Download from the releases page and copy the py-winrm-plugin-X.X.X.zip to the libext/ directory for Rundeck. -## Requierments +## Requirements The plugin needs the python module **pywinrm**. It can be installed with the following command: ```pip install pywinrm``` @@ -148,4 +148,4 @@ Set-ExecutionPolicy -ExecutionPolicy Unrestricted ## Docker example -Check these [instructions](docker/README.md) for docker test \ No newline at end of file +Check these [instructions](docker/README.md) for docker test