Fix Docker image path in README.md

This commit is contained in:
Jerko Steiner 2019-11-19 00:07:02 -03:00
parent 9916e216c6
commit 384f91868b

View File

@ -54,18 +54,18 @@ npm install --global peer-calls
peer-calls peer-calls
``` ```
## Using docker ## Using Docker
Use the [`jeremija/peer-calls`][hub] image from Docker Hub: Use the [`jeremija/peer-calls`][hub] image from Docker Hub:
```bash ```bash
docker pull jeremija/peer-calls docker pull jeremija/peer-calls
docker run --rm -it -p 3000:3000 peer-calls:latest docker run --rm -it -p 3000:3000 jeremija/peer-calls:latest
``` ```
[hub]: https://hub.docker.com/r/jeremija/peer-calls [hub]: https://hub.docker.com/r/jeremija/peer-calls
## From git source ## From Git Source
```bash ```bash
git clone https://github.com/jeremija/peer-calls.git git clone https://github.com/jeremija/peer-calls.git