From 0315202c12f14b2a40542cde67b7defec37a05a8 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 27 Apr 2016 11:40:57 -0400 Subject: [PATCH] config: clarify annotations sentence Signed-off-by: Vincent Batts --- config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.md b/config.md index d458310d..759ccb23 100644 --- a/config.md +++ b/config.md @@ -254,8 +254,8 @@ The semantics are the same as `Path`, `Args` and `Env` in [golang Cmd](https://g ## Annotations -Annotations are optional arbitrary non-identifying metadata that can be attached to containers. -This information may be large, may be structured or unstructured. +This OPTIONAL property contains arbitrary metadata for the container. +This information may be structured or unstructured. Annotations are key-value maps. ```json