Skip to content

Commit 42fae17

Browse files
committed
fix №
1 parent fd25551 commit 42fae17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/examples/quick-start/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# 🔰 Quick Start
22

3-
1. **[install helmwave](/install)**
3+
1) **[install helmwave](/install)**
44

5-
2. **create helmwave.yml.tpl**
5+
2) **create helmwave.yml.tpl**
66

77
Suppose the `helmwave.yml.tpl` representing the desired state of your helm releases looks like:
88

99
```yaml
1010
{% include "helmwave.yml.tpl" %}
1111
```
1212

13-
3. **run helmwave**
13+
3) **run helmwave**
1414

1515
```shell
1616
$ helmwave deploy
@@ -24,7 +24,7 @@ Output will be like that:
2424
[🙃 aka INFO]: Success 2 / 2
2525
```
2626

27-
4. **check**
27+
4) **check**
2828

2929
```shell
3030
$ helm list -n my-namespace

0 commit comments

Comments
 (0)