aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-08-30 10:51:36 -0400
committerGitHub <noreply@github.com>2020-08-30 10:51:36 -0400
commit2e68edcaf207fbd4da0740569dc839e2c16bca95 (patch)
tree06b446f86705cab6577aaaa6d8a21dee7f451890
parent282e437d1a6bed40a6de89843478aae420baa69d (diff)
downloadmultihome-2e68edcaf207fbd4da0740569dc839e2c16bca95.tar.gz
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index faf382d..5632ace 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ if [ -x $MULTIHOME ]; then
fi
```
-If Multihome is available drop the current environment, reset the `HOME` variable to point to a new location, and changed the directory to that path. Execution of the environment continues from that point within the original `~/.bash_profile`, so it's important to keep this script as generic as possible.
+If Multihome is available drop the current environment, reset the `HOME` variable to point to a new location, and change the directory to that path. Execution of the environment continues from that point within the original `~/.bash_profile`, so it's important to keep this script as generic as possible.
For example your profile script should look like this:
```bash