summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author0xflotus <0xflotus@gmail.com>2019-07-06 20:39:55 +0200
committerDoug Tangren <d.tangren@gmail.com>2019-07-06 14:39:55 -0400
commitee7be3d566945e453404e6c7b799d997418d145c (patch)
tree1039f72d478f6f59406150a55fa16e053aad6ba5
parent12ec796a5c9cdc1803f59c85328456538c698cbe (diff)
fixed process (#181)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48df83a..d343459 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ shiplift = "0.5"
### communicating with hosts
-To use shiplift, you must first have a docker daemon readily accessible. Typically this daemon processs
+To use shiplift, you must first have a docker daemon readily accessible. Typically this daemon process
is resolvable via a url specified by an env var named `DOCKER_HOST`.
```rust