瀏覽代碼

Update README.md

Evanto 5 年之前
父節點
當前提交
2a72f7312e
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      README.md

+ 5 - 4
README.md

@@ -69,7 +69,7 @@ Steps to build Kafka UI locally with Docker:
 ``` 
 ``` 
 ### Building
 ### Building
 
 
-Once you installed the prerequisites and cline the repository, run the following commands in your project directory: 
+Once you installed the prerequisites and cloned the repository, run the following commands in your project directory: 
 
 
 Build a Docker container with Kafka UI: 
 Build a Docker container with Kafka UI: 
 ```sh
 ```sh
@@ -109,10 +109,9 @@ Kafka UI supports TLS (SSL) and SASL connections for [encryption and authenticat
 To be continued
 To be continued
 
 
 
 
-### Using Docker
+## Using Docker
 
 
-#### Environment Variables
-##### Configuration
+### Configuration
 Example of how to configure clusters in the [application-local.yml](https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/resources/application-local.yml) configuration file:
 Example of how to configure clusters in the [application-local.yml](https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/resources/application-local.yml) configuration file:
 
 
 
 
@@ -140,6 +139,8 @@ kafka:
 
 
 Configure as many clusters as you need adding their configs below.
 Configure as many clusters as you need adding their configs below.
 
 
+### Environment Variables
+
 Alternatively, each variable of of the .yml file can be set with an environment variable. 
 Alternatively, each variable of of the .yml file can be set with an environment variable. 
 For example, if you want to use an environment variable to set the `name` parameter, you can write it like this: 
 For example, if you want to use an environment variable to set the `name` parameter, you can write it like this: