Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hauni97 committed Apr 3, 2021
1 parent 1a7d0c2 commit 22c01da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Now you may copy-paste the following commands without adjusting.
<p align="left">
<img src="https://www.docker.com/sites/default/files/d8/2019-07/horizontal-logo-monochromatic-white.png" height="40" />
</p>
Create our docker image with the ``Dockerfile`` from our repository by:
Create our docker image with the "Dockerfile" from our repository by:

```
docker build -t gcr.io/${PROJECT_ID}/clublit:v1 .
Expand Down Expand Up @@ -156,7 +156,7 @@ Verify that the services are running :
```
kubectl get service
```
Note that it may require you to wait until you can see your public IP address if it is saying ```<pending>``.
Note that it may require you to wait until you can see your public IP address if it is saying ``<pending>``.

#### Delete the Service, Cluster & Images
If you are done testing our educational application you may follow these steps:
Expand Down

0 comments on commit 22c01da

Please sign in to comment.