Skip to content

Commit

Permalink
Merge pull request #1161 from sharoonthomas/patch-1
Browse files Browse the repository at this point in the history
Modules is a map, not list
  • Loading branch information
dcramer committed Apr 1, 2014
2 parents 3a31a77 + f764953 commit b43507c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/developer/client/index.rst
Expand Up @@ -311,11 +311,9 @@ highly encouraged:
::

{
"modules": [
{
"my.module.name": "1.0"
}
]
"modules": {
"my.module.name": "1.0"
}
}

.. data:: extra
Expand Down

0 comments on commit b43507c

Please sign in to comment.