From 072003a7971ffc8d816d2f5ce8429bc6f184f124 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Tue, 4 Jun 2024 09:53:31 +0200 Subject: [PATCH] Prettify --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4732bf2..2010582 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,8 @@ To start the system, run the following command: ``` > [!NOTE] -> If you want to clean up and start over again you can do so with the following command: +> +> If you want to clean up and start over again you can do so with the following command: > > ```console > ./services stop @@ -354,8 +355,9 @@ mvn install:install-file \ ``` > [!NOTE] -> If you executed the command `./services create`, the script automatically download the -> corresponding `orion.spark.connector-1.2.2.jar` file into the `cosmos-example` folder. +> +> If you executed the command `./services create`, the script automatically download the corresponding +> `orion.spark.connector-1.2.2.jar` file into the `cosmos-example` folder. Thereafter, the source code can be compiled by running the `mvn package` command within the same directory (`cosmos-examples`): @@ -377,9 +379,9 @@ page: ![](https://fiware.github.io/tutorials.Big-Data-Spark/img/farm-devices.png) > [!NOTE] -> By default, we are using the port 3000 to access the dummy IoT Sensor, this information -> is detailed in the `.env` configuration file. You can change this port if you already have a service running on that -> port. +> +> By default, we are using the port 3000 to access the dummy IoT Sensor, this information is detailed in the `.env` +> configuration file. You can change this port if you already have a service running on that port. ## Logger - Reading Context Data Streams