From 201fddb50877fdd703221b1bc7450bdbb85be03b Mon Sep 17 00:00:00 2001
From: Philippe Coval
Date: Tue, 29 Oct 2019 11:31:48 +0100
Subject: [PATCH] doc: Fix path to run device-gps
Change-Id: I8ddf9f765089cffe011d32d706d451eaeff03aef
Signed-off-by: Philippe Coval
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 190ccde..15197f1 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ $ make build
```
cd cmd/
-.device-gps
+./device-gps
```
4. Once the device is running, go to your browser and enter the following URL to check if the device is generating data: `http://localhost:48080/api/v1/event/device/device-gps01/100`