From 46810c7bc86fb53c97a882ec37a985b1ac3a8f23 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Fri, 21 Dec 2018 10:55:36 -0800 Subject: [PATCH] Update README.md (#676) --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 2a83712fd..b537a4825 100644 --- a/build/README.md +++ b/build/README.md @@ -1,6 +1,6 @@ # Knative Build -A `Build` is a custom resource in Knative that allows you to define an process +A `Build` is a custom resource in Knative that allows you to define a process that runs to completion and can provide status. For example, fetch, build, and package your code by using a Knative `Build` that communicates whether the process succeeds.