docs: add missing slash to command example

This commit is contained in:
Jose Diaz-Gonzalez 2019-06-10 14:04:51 -04:00 committed by GitHub
parent 09296c0214
commit 1021fabf19
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...>
```