From 1908f7403307db7e7a0afe4e6497a3e035b8f9c9 Mon Sep 17 00:00:00 2001
From: SebEckl <48828946+SebEckl@users.noreply.github.com>
Date: Tue, 15 Jun 2021 10:20:09 +0200
Subject: [PATCH] Update README.md

---
 README.md | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9f572d5..f0ce344 100644
--- a/README.md
+++ b/README.md
@@ -73,8 +73,20 @@ Populate same data referenced in *destination Event* section for the event
 {
   "points": [
     {
-      "latitude": 36.12906,
-      "longitude": -115.17908
+      "waypoints": [
+        {
+          "latitude": 36.12906,
+          "longitude": -115.17908
+        }
+      ]      
+    },
+    {
+      "destination": [
+        {
+          "latitude": 36.24906,
+          "longitude": -115.37288
+        }
+      ]      
     }
   ]
 }
-- 
GitLab