diff --git a/site/en/deploy_and_maintain/deploy_s3.md b/site/en/deploy_and_maintain/deploy_s3.md
index 34c7fbb21..92d4fd27d 100644
--- a/site/en/deploy_and_maintain/deploy_s3.md
+++ b/site/en/deploy_and_maintain/deploy_s3.md
@@ -43,7 +43,7 @@ Below are S3 configurations for Helm Charts installation:
| externalS3.bucketName | S3 bucket name | |
| minio.enabled | Enable or disable MinIO | true
/false
|
-### Set up S3 using command line at startup
+#### Set up S3 using command line at startup
To deploy S3 for Milvus at the startup, run:
@@ -51,7 +51,7 @@ To deploy S3 for Milvus at the startup, run:
helm install milvus/milvus --set cluster.enabled=true --set externalS3.enabled=true --set externalS3.host='' --set externalS3.port= --set externalS3.accessKey= --set externalS3.secretKey= --set externalS3.bucketName= --set minio.enabled=false
```
-### Set up S3 via configuring **values.yaml**
+#### Set up S3 via configuring **values.yaml**
Configure the `minio` section in the **values.yaml** file as follow: