Skip to content

Commit

Permalink
Fixed doc typos
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schleemilch <[email protected]>
  • Loading branch information
sschleemilch committed Sep 6, 2024
1 parent 6d28e89 commit f259088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdsp/information-layer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Setting up an information layer in the CDSP involves running a [Database-Router]
Please follow installation instructions of the chosen [handler](./handlers/).

## Installation of Database-Router
See [hier](./router/README.md#Install) how to install the Database-Router.
See [here](./router/README.md#Install) how to install the Database-Router.

# Running "Hello World" example

Expand Down Expand Up @@ -73,7 +73,7 @@ The Hello World example in our case is quite simple. We feed an updated value fo
See [here](./router/README.md#Run) how to start the database router.
## Look out for the Websocket Server message in the console
If you the handler is running and you are subscribed to that element, when you change the value of `CurrentLocation_Longitude` in ATLAS cloud (let's say `-157845.68200000003`), you should immediately see this line in console:
If the handler is running and you are subscribed to that element, when you change the value of `CurrentLocation_Longitude` in ATLAS cloud (let's say `-157845.68200000003`), you should immediately see this line in console:
```
{
Expand Down

0 comments on commit f259088

Please sign in to comment.