From 4f08fee7b4d678e5f50aff098f3e4ce274c0f0d5 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Thu, 2 Sep 2021 09:38:25 +0200 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b324b..7dd592a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ For this, you need [docker](https://www.docker.com/) to be installed. ``` - Compile ``` - $ docker rum --rm -v build:/build stream-bypass + $ docker run --rm -v build:/build stream-bypass ``` The compiled output will remain in a (new created if not existing) `build` directory.