Browse code

Fix typo in JSON config example, in the CLI documetation

Signed-off-by: Michał Czeraszkiewicz <czerasz.hosting@gmail.com>

Michał Czeraszkiewicz authored on 2015/07/26 18:57:45
Showing 1 changed files
... ...
@@ -106,7 +106,7 @@ directives, see the [**Formatting** section in the `docker ps` documentation](..
106 106
 Following is a sample `config.json` file:
107 107
 
108 108
     {
109
-      "HttpHeaders: {
109
+      "HttpHeaders": {
110 110
         "MyHeader": "MyValue"
111 111
       },
112 112
       "psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Command}}\\t{{.Labels}}"