#0000 - Fix README formatting issue
Corrected a minor formatting error in the README.md file by moving a misplaced backtick. This ensures proper rendering of the markdown code block.
This commit is contained in:
parent
ae2f5a78c2
commit
a05f8d34c1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ load balancer that makes deploying microservices and integrating them with your
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
touch ../acme.json && chmod 600 ../acme.json
|
touch ../acme.json && chmod 600 ../acme.json
|
||||||
5. ```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue