Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
fix missing -FromFile argument from example
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Feb 24, 2012
1 parent 7bde28a commit a98e2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Paste the following into a *sample.yml* file
And here's the parsing of the above yaml

PS C:\dev\PowerYaml> Import-Module .\PowerYaml.psm1
PS C:\dev\PowerYaml> $yaml = Get-Yaml (Resolve-Path .\sample.yml)
PS C:\dev\PowerYaml> $yaml = Get-Yaml -FromFile (Resolve-Path .\sample.yml)
PS C:\dev\PowerYaml> $yaml.parent.child

Name Value
Expand Down

0 comments on commit a98e2b5

Please sign in to comment.