diff --git a/README.md b/README.md index 952fddb..910942d 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,10 @@ used for different scenarios. For this tutorial we will be using HTTP as a trans ## Southbound Traffic (Commands) -HTTP requests generated by the Context Broker and passed downwards towards an IoT device (via an IoT Agent) are -known as southbound traffic. Southbound traffic consists of **commands** made to actuator devices which alter the state -of the real world by their actions. For example a command to alter the state of a lamp to `ON` would switch on the lamp -in real life. This in turn could alter the readings of other sensors nearby. +HTTP requests generated by the Context Broker and passed downwards towards an IoT device (via an IoT Agent) are known as +southbound traffic. Southbound traffic consists of **commands** made to actuator devices which alter the state of the +real world by their actions. For example a command to alter the state of a lamp to `ON` would switch on the lamp in real +life. This in turn could alter the readings of other sensors nearby. ### Push Command using HTTP POST @@ -334,8 +334,7 @@ git checkout NGSI-LD This command will also import seed data from the previous [Farm Management example](https://github.com/FIWARE/tutorials.Context-Providers) on startup. -> [!NOTE] -> If you want to clean up and start over again you can do so with the following command: +> [!NOTE] If you want to clean up and start over again you can do so with the following command: > > ```console > ./services stop