Skip to content

Commit f764953

Browse files
author
Sharoon Thomas
committedApr 1, 2014
Modules is a map, not list
1 parent 3a31a77 commit f764953

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎docs/developer/client/index.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,9 @@ highly encouraged:
311311
::
312312

313313
{
314-
"modules": [
315-
{
316-
"my.module.name": "1.0"
317-
}
318-
]
314+
"modules": {
315+
"my.module.name": "1.0"
316+
}
319317
}
320318

321319
.. data:: extra

0 commit comments

Comments
 (0)
Please sign in to comment.