diff --git a/reveal/README.md b/reveal/README.md index 3e844f7..197ca10 100644 --- a/reveal/README.md +++ b/reveal/README.md @@ -1,8 +1,8 @@ # Reveal.js -With this image you avoid installing npm, which is always nice. This image will -expect to find your reveal files at `/revealjs/files`. You may use this image -with the next function: +With this image you can use Reveal.js without installing npm, which is always +nice. This image will expect to find your reveal files at `/revealjs/files`. +You may use this image with the next function: ``` bash reveal () { @@ -10,6 +10,6 @@ reveal () { sleep 3 && xdg-open http:localhost:8000 } async &| - docker run -ti --name revealjs --rm -v `pwd`:/revealjs/files/ -p 8000:8000 revealjs + docker run -ti --name registry.daemons.it/revealjs --rm -v `pwd`:/revealjs/files/ -p 8000:8000 revealjs } ```