summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2016-01-04 22:14:02 -0500
committersoftprops <d.tangren@gmail.com>2016-01-04 22:14:02 -0500
commit381d763263ba0d85b73f341b0c319e2ac5a2ca25 (patch)
tree851b5b7bcde780f3d25912e5a44af07cbaecf284 /README.md
parentdf58427f607322f9af994edf6de22997e5fb27d4 (diff)
improve readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3fedd11..027e29b 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,12 @@ Find them [here](https://softprops.github.io/shiplift).
## usage
-Some small example programs can be found [here](https://github.com/softprops/shiplift/tree/master/examples).
+Some small example programs can be found in this repository's [examples directory](https://github.com/softprops/shiplift/tree/master/examples).
### communicating with hosts
-To use shiplift you must first have a running docker daemon readily accessible. Typically this daemon
-is reachable via url identified by an env named `DOCKER_HOST`. If you are using osx, [docker-machine](https://docs.docker.com/machine/) typically
+To use shiplift, you must first have a active docker daemon readily accessible. Typically, this daemon processs
+is resolvable via a url defined by an env var named `DOCKER_HOST`. If you are using osx, [docker-machine](https://docs.docker.com/machine/) typically
will have already set up every thing you need to get started when you run `docker-machine env {envid}`.
```rust