fix example deployment json

This commit is contained in:
Frédéric Péters 2015-02-02 15:13:49 +01:00
parent d956fdd814
commit f7dcd7b09b
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -87,7 +87,7 @@ dictionary is::
'email': 'john.doe@example.com',
'password': '<django-compatible-hashed-password>',
}
},
],
'services': [
{
'service-id': 'authentic' / 'wcs' / 'passerelle',
@ -100,7 +100,7 @@ dictionary is::
'variable-1': 'value-of-variable-1'
}
}
]
],
'variables': {
'variable-1': 'value-of-variable-1'
}