Skip to content

Commit 5d38de1

Browse files
Update README.md
1 parent a887725 commit 5d38de1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ A client application allows developers to observe inisights generated using [Ana
1010

1111
## <a name="RunTheExampleSystem"></a>Run the Example System
1212

13-
You can start the web services on any system that supports [docker](https://www.docker.com) and [docker compose](https://docs.docker.com/compose/). Follow the instructions on https://docs.docker.com/compose/install/ to install docker and docker compose.
14-
You will need a macOS instance to build and run the example application. Xcode 13 is required to build and run the example client application. Follow the instructions on https://developer.apple.com/xcode/ to install the latest version of Xcode.
13+
You can start the web services on any system that supports [docker](https://www.docker.com) and [docker compose](https://docs.docker.com/compose/). Follow the instructions on https://docs.docker.com/compose/install/ to install docker and docker compose.
14+
Xcode 13 (only available on macOS) is required to build and run the example client application. Follow the instructions on https://developer.apple.com/xcode/ to install the latest version of Xcode.
1515

1616
1. Start the web services by running the `$ docker compose up` command in the root of the repository. It compiles and starts up all three web services as well as adjacently deployed [Jaeger](https://www.jaegertracing.io) and [Prometheus](https://prometheus.io) instances.
1717
2. You can now interact with the API using your favorite tool to explore RESTful APIs. The section [System Functionality](#SystemFunctionality) includes a detailed description of the API endpoints.
@@ -27,9 +27,9 @@ The system can collect locations shared by users and generates hotspots indicati
2727
You can try out the following curl command to set a request to the gateway:
2828
```bash
2929
curl --header "Content-Type: application/json" \
30-
--request POST \
31-
--data '{"latitude": 42.0, "longitude": 24.0}' \
32-
http://localhost/v1/user/1/locations
30+
--request POST \
31+
--data '{"latitude": 42.0, "longitude": 24.0}' \
32+
http://localhost/v1/user/1/locations
3333
```
3434

3535
**Get hotspots**

0 commit comments

Comments
 (0)