simplify wording

This commit is contained in:
Michael Bradley, Jr 2018-08-02 19:57:42 -05:00
parent 2efd3648d8
commit 6f88643db2
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ is a Bash script that simplifies usage of the embark container: publishing
ports, bind mounting a host volume, and so on.
When sourced, `run.sh` makes available a shell function named
`run_embark`. When `run.sh` is invoked directly, the script forwards its
arguments to the `run_embark` shell function.
`run_embark`. When executed, `run.sh` forwards its arguments to the
`run_embark` shell function.
Many aspects of `run_embark`'s behavior can be overridden with environment
variables, and that approach can be (optionally) combined with `docker build`.