From 65d4bd1eeaf6e87a1c8ba957a92e86f7d456d455 Mon Sep 17 00:00:00 2001 From: Adam Morrissett Date: Mon, 30 Oct 2023 09:15:18 -0400 Subject: [PATCH] #167 Fix typo in README --- scenario-runner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenario-runner/README.md b/scenario-runner/README.md index dda7e3b0..ab7f1a5a 100644 --- a/scenario-runner/README.md +++ b/scenario-runner/README.md @@ -10,7 +10,7 @@ progress, so the scenarios serve more as example references. ScenarioRunner's code resides in the `srunner` Python package, and the `scenario_runner.py` script is responsible for launching scenarios. If we want -to use ScenarioRunner for custom CARMA scenarios, we have to overcome two +to use ScenarioRunner for custom CARMA scenarios, we have to overcome three technical hurdles: 1. the `srunner` package is unavailable in [PyPi][pypi_link];