Skip to content

Commit

Permalink
fixing typo, adding svg files to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hubvu committed Jul 10, 2021
1 parent 049b811 commit 3da7575
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Single Node Kubernetes Cluster

<p align="center">
<img alt="Bash Logo " width="150" height="100" src="./assets/bash.svg">
<img alt="Plus Sign Logo" width="50" height="100" src="./assets/plus.svg">
<img alt="Kubernets Logo" width="150" height="100" src="./assets/kubernetes.svg">
</p>

### What is this?

Expand All @@ -20,7 +25,7 @@
* `weavescope`
* `falco`
* `gatekeeper`
* For more information on how the bash scripts are organised, please review the [Architecture](./ARCHICTECTURE.md) document.
* For more information on how the bash scripts are organised, please review the [Architecture](./ARCHITECTURE.md) document.

### Why?

Expand Down Expand Up @@ -53,7 +58,7 @@ $ sudo ./main
# run 'optional' to install useful tools
$ sudo ./optional
# run 'teardown' to destroy a cluster deployment
# run 'teardown' to destroy the Kubernetes cluster deployment
$ sudo ./teardown
```

Expand Down

0 comments on commit 3da7575

Please sign in to comment.