Update README.md (#676)

This commit is contained in:
Liam Newman 2018-12-21 10:55:36 -08:00 committed by Knative Prow Robot
parent 3f9959f289
commit 46810c7bc8
1 changed files with 1 additions and 1 deletions

View File

@ -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.