소스 검색

Update README.md

jinfahua 5 년 전
부모
커밋
fb7aede0cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docker/README.md

+ 2 - 2
docker/README.md

@@ -63,7 +63,7 @@ docker run -d --name kuiper -e MQTT_BROKER_ADDRESS=$MQTT_BROKER_ADDRESS emqx/kui
 
 ### Configuration
 
-Use the environment variable to configure `etc/sources/mqtt.yaml`  on the kuiper container.
+Use the environment variable to configure `etc/sources/mqtt.yaml`  on the Kuiper container.
 
 | Options                    | Default            | Mapped                    |
 | ---------------------------| ------------------ | ------------------------- |
@@ -75,7 +75,7 @@ Use the environment variable to configure `etc/sources/mqtt.yaml`  on the kuiper
 | MQTT_BROKER_CER_PATH |                | default.certificationPath |
 | MQTT_BROKER_KEY_PATH |     | default.privateKeyPath |
 
-If you want to configure more options, you can mount the configuration file into the kuiper container
+If you want to configure more options, you can mount the configuration file into Kuiper container.
 
 # More