Merge pull request #193 from josegonzalez/patch-1

docs: add missing slash to command example
This commit is contained in:
Alex Goodman 2019-07-21 15:41:46 -04:00 committed by GitHub
commit ea0de60dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ or if you are running with a docker image:
```bash
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-e DOCKER_API_VERSION=1.37
-e DOCKER_API_VERSION=1.37 \
wagoodman/dive:latest <dive arguments...>
```