From 8deb06f8d37127c1cdb7cddd4db67fab8d989a64 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Sun, 19 Jul 2015 00:38:30 +0100 Subject: [PATCH] Add JSON type to code block for labels documentation --- docs/user-guide/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/labels.md b/docs/user-guide/labels.md index f7063aa8249..227e7af2849 100644 --- a/docs/user-guide/labels.md +++ b/docs/user-guide/labels.md @@ -38,7 +38,7 @@ Labels are intended to be used to specify identifying attributes of objects that Labels can be used to organize and to select subsets of objects. Labels can be attached to objects at creation time and subsequently added and modified at any time. Each object can have a set of key/value labels defined. Each Key must be unique for a given object. -``` +```json "labels": { "key1" : "value1", "key2" : "value2"