diff --git a/README.md b/README.md index d6886ad..d976e0b 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ Notes: - for running default image, qualification binaries, in headless mode: `$ ./run_docker_image.sh "" qualification headless` - for running a custom image in windowed mode, pass in you image name and tag: - `# $ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG` + `$ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG` - for running a custom image in headless mode, pass in you image name and tag, followed by "headless": - # $ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG headless + `$ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG headless` ## AirSim API - To control your drone and get information from the environment, you will need the `airsimneurips` API, which is accessible via Python.