Skip to content

Commit 7721568

Browse files
committed
docs: fix readme
1 parent 07112ae commit 7721568

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
@@ -77,7 +77,7 @@ make check-syntax
7777
| 1 | Create a new pod called `nginx` with `nginx:alpine` image in `default` namespace.|
7878
| 2 | Create a new deployment called `nginx-deployment` with `nginx:alpine` image and `4 replicas` in default namespace.|
7979
| 3 | Create a new deployment called `redis` with image `redis:alpine` in `latam` namespace, and create a service called `redis-service` with port `6379` in same namespace.|
80-
| 4 | Create a namespace called `emea`|
80+
| 4 | Create a namespace called `europe`|
8181
| 5 | Create a configmap `europe-configmap` with data `France=Paris`|
8282
| 6 | Create a pod `thsoot` with label `country=china`, `amazon/amazon-ecs-network-sidecar:latest` image and namespace `asia`|
8383
| 7 | Create a persistent volume `unicorn-pv` with capacity `1Gi` and access mode `ReadWriteMany` and host path `/tmp/data`|

0 commit comments

Comments
 (0)