From ceb4f750fc3b83fc27df737e3c9428c1dc3c8126 Mon Sep 17 00:00:00 2001 From: Leon Bambrick Date: Fri, 29 Dec 2017 21:54:44 +1000 Subject: [PATCH] fix typo in first example First: Love your work! Second: example will return "ConvertFrom-Yaml : Cannot bind argument to parameter 'YamlString' because it is null." unless this typo is fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52cfd86..79a875e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Please note that the **Master** branch has the latest, ready-for-production vers ## Example Usage ```PowerShell import-module psyaml -$yaml = @" +$yamlString = @" anArray: - 1 - 2