Explorar o código

Update README.md

Several minor changes.
jinfahua %!s(int64=2) %!d(string=hai) anos
pai
achega
b3f11a7256
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  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,
 - 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.
 
@@ -78,7 +78,7 @@ Weekly community meeting at Friday 10:30AM GMT+8:
 - [Zoom meeting link](https://zoom.us/j/95097577087?pwd=azZaOXpXWmFoOXpqK293RFp0N1pydz09 )
 - [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.
 
 ## 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.
 
-  ``` json
+  ```
   {
     "Device": "demo", "Created": 000, …
     "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.
 
+
 ## Build from source
 
 #### Preparation