From 3e51588e6f07b3166d9921444579a0b665d2e9bb Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Sun, 18 Sep 2016 10:28:36 -0400 Subject: [PATCH] [README] Add a should Signed-off-by: Lei Jitang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a58cc769b..d99f1a9b1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This entire workflow supports the UX that users have come to expect from contain * docker run example.com/org/app:v1.0.0 * rkt run example.com/org/app,version=v1.0.0 -To support this UX the OCI Image Format contains sufficient information to launch the application on the target platform (e.g. command, arguments, environment variables, etc). +To support this UX the OCI Image Format should contains sufficient information to launch the application on the target platform (e.g. command, arguments, environment variables, etc). ## FAQ