Skip to content

Commit 8251398

Browse files
authored
Fix a typo in the README (#10)
1 parent 634b46c commit 8251398

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
@@ -79,7 +79,7 @@ All you now need is a Kubernetes cluster where you want to meter data transfer.
7979
kind create cluster --config=test/kind-config.yaml
8080
```
8181

82-
(**Optional**) And if you don't have many workloads running in the cluster, you can install some mock services)
82+
(**Optional**) And if you don't have many workloads running in the cluster, you can install some mock services:
8383
```
8484
helm repo add podinfo https://stefanprodan.github.io/podinfo
8585
helm upgrade --install --wait backend --namespace default --set redis.enabled=true podinfo/podinfo

0 commit comments

Comments
 (0)