From 6f88643db28b677ff051b61777ade7acbcec7836 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 2 Aug 2018 19:57:42 -0500 Subject: [PATCH] simplify wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2bfa47..50d83bc 100644 --- a/README.md +++ b/README.md @@ -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`.