Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 6c16217

Browse files
committed
Fix typos etc
1 parent 8355a88 commit 6c16217

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ The examples below use the [tm](https://github.com/triggermesh/tm/releases/tag/v
1010

1111
### Docker registry for builds
1212

13-
The examples below produce a new Docker image each time,
14-
that combines the runtime with the source.
13+
To combine the runtime with your source, the examples below produce a new Docker image each time.
1514
While these images can be considered temporary,
16-
bilds must push to a Docker registry in order for Kubernetes to be able to launch the container.
15+
builds must be pushed to a Docker registry in order for Kubernetes to be able to pull.
1716
In the `tm` commands below we use [Knative Local Registry](https://github.com/triggermesh/knative-local-registry)
1817
so that builds can run without registry authentication.
1918
To use your own registry, replace `--registry-host` with secrets according to [tm docs](https://github.com/triggermesh/tm#docker-registry).

0 commit comments

Comments
 (0)