From 8817c68d879b0ecb570aadcef088a169fcc9c662 Mon Sep 17 00:00:00 2001 From: Brandon Rozek <30753990+Brandon-Rozek@users.noreply.github.com> Date: Sun, 3 May 2020 17:11:48 -0400 Subject: [PATCH] Fixed code formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1e8eb3..7443591 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Next we need to setup the `v4l2loopback` kernel module for the fake webcam. To install, -``bash +```bash sudo apt-get install v4l2loopback-dkms - ``` +``` If you already had an existing module, remove it so we can customize it, ```bash