Add missing variable to the example in the Loading YAML section

Closes gh-1524
This commit is contained in:
John Tims 2014-09-06 11:13:17 -04:00 committed by Andy Wilkinson
parent 3b07e4e633
commit a4e08beebc
1 changed files with 7 additions and 6 deletions

View File

@ -368,12 +368,13 @@ For example, the following YAML document:
[source,yaml,indent=0]
----
dev:
url: http://dev.bar.com
name: Developer Setup
prod:
url: http://foo.bar.com
name: My Cool App
environments:
dev:
url: http://dev.bar.com
name: Developer Setup
prod:
url: http://foo.bar.com
name: My Cool App
----
Would be transformed into these properties: