Skip to content

Commit a046ff0

Browse files
committed
fix(docs): correct code block formatting in AutoMQ quickstart guide
1 parent 6b8a8a9 commit a046ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstarts/automq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ aws s3api create-bucket --bucket your-automq-ops --endpoint-url https://t3.stora
5151
Edit the `docker-compose.yaml` file and update the Tigris credentials and bucket
5252
names:
5353

54-
```yaml
54+
````yaml
5555
services:
5656
server1:
5757
container_name: "automq-server1"
@@ -106,7 +106,7 @@ Start the AutoMQ cluster with Docker Compose:
106106

107107
```bash
108108
docker-compose up -d
109-
```
109+
````
110110
111111
Check the logs to verify AutoMQ is running:
112112

0 commit comments

Comments
 (0)