diff --git a/README.md b/README.md index 0fd005583..b19fc0d2f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Copyright The Shipwright Contributors SPDX-License-Identifier: Apache-2.0 --> - +Sample line

Work in Progress @@ -95,10 +95,10 @@ Shipwright supports any tool that can build container images in Kubernetes clust ```bash $ kubectl get builds - + NAME REGISTERED REASON BUILDSTRATEGYKIND BUILDSTRATEGYNAME CREATIONTIME buildpack-nodejs-build True Succeeded ClusterBuildStrategy buildpacks-v3 68s - ``` + ``` - Submit your *BuildRun*: @@ -118,7 +118,7 @@ Shipwright supports any tool that can build container images in Kubernetes clust ```bash $ kubectl get buildruns - + NAME SUCCEEDED REASON STARTTIME COMPLETIONTIME buildpack-nodejs-buildrun-xyzds True Succeeded 69s 2s ```