From 918255ee7eede812ab7a10f445965befa0827bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Schiltz?= Date: Sun, 29 Oct 2017 11:41:11 -0700 Subject: [PATCH] Fix markdown formatting in README.md No changes except adding a new line break to prevent the end of the file from being formatted as code. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bc01a3..3ef3e8a 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,12 @@ CONFIG_PLATFORM_ARM_RPI = y ``` 4. Check that your kernel has loaded the right module: - ```shell - $ lshw -c network + + ```shell + $ lshw -c network ``` - You should see the line ```driver=8192eu``` + +You should see the line ```driver=8192eu``` If you wish to uninstall the driver at a later point, use _sudo dkms uninstall rtl8192eu/1.0_. To completely remove the driver from DKMS use