Browse Source

Update README.md

jinfahua 5 năm trước cách đây
mục cha
commit
fb7aede0cc
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
 ### 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                    |
 | 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_CER_PATH |                | default.certificationPath |
 | MQTT_BROKER_KEY_PATH |     | default.privateKeyPath |
 | 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
 # More