From 2a2c7df18d05e9a9af3c2be892b306efe641bc87 Mon Sep 17 00:00:00 2001 From: Simon Schuster Date: Mon, 3 Oct 2016 00:24:51 +0200 Subject: [PATCH] Typo fixed thanks yushyin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea1a8a2..a1d47b1 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ An more complex example showing the usage of forcelist: Give me all your pullrequest :) If you find a bug in one of the provided modules (quite possible) or want to contribute a new module, feel free to propose a pullrequest. -To make develpment of the modules easier, two libraries are provided. The +To make development of the modules easier, two libraries are provided. The ansible library in `./src/ansible.lua` tries to provide a easy starting point for module development similar to ansibles `ansible.module_utils.basic` library.