Update README.md

This commit is contained in:
Tim Miller 2013-01-29 15:01:17 -08:00
parent ff5eb98e09
commit 3c16023740
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Apply cornfiguration from cloud metadata.
it turns a cloud-metadata file like this:
```javascript
{"config": {"keystone": {"database": {"host": "127.0.0.1", "user": "keystone", "password": "foobar"}}}}
{"keystone": {"database": {"host": "127.0.0.1", "user": "keystone", "password": "foobar"}}}
```
into service config files like this:
```