瀏覽代碼

Update README.md

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

+ 5 - 4
README.md

@@ -19,8 +19,8 @@ LF Edge eKuiper is a lightweight IoT data analytics and stream processing engine
 
 
 It can be run at various IoT edge user scenarios, such as,
 It can be run at various IoT edge user scenarios, such as,
 - Real-time processing of production line data in the IIoT 
 - Real-time processing of production line data in the IIoT 
-- Gateway of connected vehicle analyze the data from CAN in IoV; 
-- Real-time analysis of wind turbines and smart bulk energy storage data in smart energy. 
+- Gateway of connected vehicle analyze the data from CAN in IoV
+- Real-time analysis of wind turbines and smart bulk energy storage data in smart energy
 
 
 eKuiper processing at the edge can greatly reduce system response latency, save network bandwidth and storage costs and improve system security.
 eKuiper processing at the edge can greatly reduce system response latency, save network bandwidth and storage costs and improve system security.
 
 
@@ -78,7 +78,7 @@ Weekly community meeting at Friday 10:30AM GMT+8:
 - [Zoom meeting link](https://zoom.us/j/95097577087?pwd=azZaOXpXWmFoOXpqK293RFp0N1pydz09 )
 - [Zoom meeting link](https://zoom.us/j/95097577087?pwd=azZaOXpXWmFoOXpqK293RFp0N1pydz09 )
 - [Meeting minutes](https://wiki.lfedge.org/display/EKUIPER/Weekly+Development+Meeting)
 - [Meeting minutes](https://wiki.lfedge.org/display/EKUIPER/Weekly+Development+Meeting)
 
 
-## Contributing
+### Contributing
 Thank you for your contribution! Please refer to the [CONTRIBUTING.md](./docs/en_US/CONTRIBUTING.md) for more information.
 Thank you for your contribution! Please refer to the [CONTRIBUTING.md](./docs/en_US/CONTRIBUTING.md) for more information.
 
 
 ## Performance test result
 ## Performance test result
@@ -98,7 +98,7 @@ Thank you for your contribution! Please refer to the [CONTRIBUTING.md](./docs/en
 
 
 - A [Go application](test/edgex/benchmark/pub.go) is wrote to send data to ZeroMQ message bus, the data is as following.
 - A [Go application](test/edgex/benchmark/pub.go) is wrote to send data to ZeroMQ message bus, the data is as following.
 
 
-  ``` json
+  ```
   {
   {
     "Device": "demo", "Created": 000, …
     "Device": "demo", "Created": 000, …
     "readings": 
     "readings": 
@@ -154,6 +154,7 @@ To run the benchmark by yourself, please check [the instruction](./test/benchmar
 
 
 Check out the [latest document](https://ekuiper.org/docs/en/latest/) in official website.
 Check out the [latest document](https://ekuiper.org/docs/en/latest/) in official website.
 
 
+
 ## Build from source
 ## Build from source
 
 
 #### Preparation
 #### Preparation