diff --git a/README.md b/README.md
index 9f572d525a57f1ecf5da1dbe4565ce379859da33..f0ce34430c70630a10c8ed2397ec2c639fdde512 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
+        }
+      ]      
     }
   ]
 }