From 5f162c5a67cf52d408a6bf1d5e9a700587edaa45 Mon Sep 17 00:00:00 2001 From: Sebastian Quintero Date: Thu, 17 Oct 2024 00:51:46 -0500 Subject: [PATCH] Correct flag in README --- python-nextroute/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-nextroute/README.md b/python-nextroute/README.md index 93a165b..6f9104d 100644 --- a/python-nextroute/README.md +++ b/python-nextroute/README.md @@ -13,7 +13,7 @@ Example for running a Python application on the Nextmv Platform using the ```bash python3 main.py -input input.json -output output.json \ - -duration 30 + -solve_duration 10 ``` ## Next steps