Skip to content

Commit

Permalink
fix typo in first example
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
secretGeek authored Dec 29, 2017
1 parent 3bde905 commit ceb4f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceb4f75

Please sign in to comment.