diff --git a/examples/README.md b/examples/README.md index a5c75b86..9358fc21 100644 --- a/examples/README.md +++ b/examples/README.md @@ -81,7 +81,7 @@ neurodocker generate [docker|singularity] --base=debian:stretch --pkg-manager=ap --entrypoint curl ``` -In many cases, it is not desirable to overwrite the default entrypoint (`/neurodocker/startup.sh`) because that file sets certain environment variables and activates conda environments. In these cases, they entrypoint can be set as `/neurodocker/startup.sh `. The default entrypoint will be run prior to ``. +In many cases, it is not desirable to overwrite the default entrypoint (`/neurodocker/startup.sh`) because that file sets certain environment variables and activates conda environments. In these cases, the entrypoint can be set as `/neurodocker/startup.sh `. The default entrypoint will be run prior to ``. In the command below the conda environment `neuro` will be activated prior to running `python`.