Skip to content

Commit 4d3e00e

Browse files
committed
01-design.md: replace UTF-8 line-drawing chars with ASCII-7
1 parent a96a6a5 commit 4d3e00e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adrs/01-design.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Using [buildah](https://buildah.io/), we can create reusable and parameterised s
2828
container images.
2929

3030
```commandline
31-
├─ dev image: instant development image.
32-
│ ├─ base image: curl base image to be used in docker inheritance.
33-
│ │ ├─ curl image: curl 'appliance' image.
31+
+- dev image: instant development image.
32+
| +- base image: curl base image to be used in docker inheritance.
33+
| | +- curl image: curl 'appliance' image.
3434
```
3535

3636
Where the dev image can be used as an 'instant' development environment for building curl. The base image is intended

0 commit comments

Comments
 (0)