Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit a87b3c5

Browse files
committed
#13 Fix spelling in install doc
In english almost everything but nouns are spelled lowercase. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 76e3025 commit a87b3c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ There is a german article about [Security DevOps – Angreifern (immer) einen Sc
6363

6464
### Deployment (based on Helm)
6565

66-
Deploy the secureCodeBox Operator first:
66+
Deploy the secureCodeBox operator first:
6767

6868
```bash
6969
kubectl create namespace securecodebox-system
@@ -81,21 +81,21 @@ helm upgrade --install zap ./scanner/zap/
8181
helm upgrade --install wpscan ./scanner/wpscan/
8282
```
8383

84-
Optional Deploy some Demo Apps for scanning:
84+
Optional deploy some demo apps for scanning:
8585

8686
```bash
8787
helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/
8888
```
8989

90-
Deploy secureCodeBox Hooks
90+
Deploy secureCodeBox Hooks:
9191

9292
```bash
9393
helm upgrade --install aah ./hooks/update-field/
9494
helm upgrade --install gwh ./hooks/generic-webhook/
9595
helm upgrade --install issh ./hooks/imperative-subsequent-scans/
9696
```
9797

98-
Persistence Provider: Elasticsearch:
98+
Persistence provider Elasticsearch:
9999

100100
```bash
101101
helm upgrade --install elkh ./hooks/persistence-elastic/

0 commit comments

Comments
 (0)