Skip to content

Commit 8c2924d

Browse files
committed
Improve english in README
1 parent 71d8630 commit 8c2924d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ helm install coder-logstream-kube coder-logstream-kube/coder-logstream-kube \
2525
```
2626

2727
> **Note**
28-
> For additional customization (like customizing the image, pull secrets, annotations, etc.), you can use the
28+
> For additional customization (such as customizing the image, pull secrets, annotations, etc.), you can use the
2929
> [values.yaml](https://github.com/coder/coder-logstream-kube/blob/main/values.yaml) file directly.
3030
31-
Ensure your Coder template is using a `kubernetes_deployment` resource with the `wait_for_rollout` property set to false.
31+
Your Coder template should be using a `kubernetes_deployment` resource with `wait_for_rollout` set to `false`.
3232

3333
```hcl
3434
resource "kubernetes_deployment" "hello_world" {
@@ -37,4 +37,4 @@ resource "kubernetes_deployment" "hello_world" {
3737
}
3838
```
3939

40-
This will ensure all pod events will be sent during initialization and startup.
40+
This ensures all pod events will be sent during initialization and startup.

0 commit comments

Comments
 (0)