Skip to content

Commit 4614382

Browse files
authored
Update README.md
1 parent 1c7c35f commit 4614382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ go build -v ./cmd/...
2828
# IMG=quay.io/kubevirt-ui/kube-gateway:v0.1.0 make image
2929
IMG=<your image repo> make image
3030

31-
# make image builds and push the image, it's equivalent to runnin:
31+
# `make image` builds and push the image, it is equivalent to running:
3232
# podman build -t ${IMG} .
3333
# podman push ${IMG}
3434
```

0 commit comments

Comments
 (0)