From a1497e6b371b4bdd9c18eef59ce09f38b62a53d5 Mon Sep 17 00:00:00 2001 From: Morgan Herlocker Date: Sun, 14 Jul 2019 22:24:59 -0400 Subject: [PATCH] use milliseconds in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3264894..77e0f90 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ trip-simulator \ --pbf nash.osm.pbf \ --graph nash.osrm \ --agents 100 \ - --start 1563122921 \ + --start 1563122921000 \ --seconds 86400 \ --traces ./traces.json \ --probes ./probes.json \