diff --git a/docs/index.md b/docs/index.md index d865678..8f41cbc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -286,7 +286,7 @@ groovy -Dgroovy.grape.report.downloads=true graph-model-1.groovy ``` > **Note** -> To assist with running the example scripts, `docs/groovy` contains a docker-compose file to start an interactive shell with groovy available on the command line as an alternative to installing Groovy. To start the shell, from the example directory run `docker-compose run runner bash`. Scripts can be run with commands such as `groovy graph-model-1.groovy`. +> To assist with running the example scripts, as an alternative to installing Groovy `docs/groovy` contains a docker-compose file to start an interactive shell with groovy available on the command line. To start the shell, from the example directory run `docker-compose run runner bash`. Scripts can be run with commands such as `groovy graph-model-1.groovy`. ### Groovy Applications