summaryrefslogtreecommitdiff
path: root/README_DOCKER.md
diff options
context:
space:
mode:
authorbjoern <bjoern.riemer@web.de>2016-02-18 18:09:55 +0100
committerbjoern <bjoern.riemer@web.de>2016-02-18 18:09:55 +0100
commitd83f3983119d0a9c97b684c94eaeb8ed58fdb591 (patch)
tree37b2ed52e0f7fb1fcf61c235516ab238a74a699e /README_DOCKER.md
parentae09e48b49b97e7a558eebf5c0b223c877f7d6cf (diff)
some typo fixes in the documentation
Diffstat (limited to 'README_DOCKER.md')
-rw-r--r--README_DOCKER.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README_DOCKER.md b/README_DOCKER.md
index 038af85..e03e77b 100644
--- a/README_DOCKER.md
+++ b/README_DOCKER.md
@@ -25,7 +25,7 @@ docker run --rm -it --name=voctocore local/voctomix core
```
### Source example scripts
```
-docker run -it --rm --name=cam1 --link=voctocore:corehost local/voctomix ./gstreamer/source-videotestsrc-as-cam1.sh
+docker run -it --rm --name=cam1 --link=voctocore:corehost local/voctomix gstreamer/source-videotestsrc-as-cam1.sh
docker run -it --rm --name=bg --link=voctocore:corehost local/voctomix gstreamer/source-videotestsrc-as-background-loop.sh
```