From 3d617687fa7f7b0921d6bae4afdc67bcebebe2a7 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Mon, 29 Oct 2018 16:38:26 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bb6de2..f74bdd1 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,8 @@ or ### Requirements * [libjpeg-turbo](https://www.libjpeg-turbo.org/) (use `-tags jpeg` to build without `CGo`) - -On Linux/RPi native Go [V4L](https://github.com/korandiz/v4l) implementation is used to capture images. -On Windows [Video for Windows (VfW)](https://en.wikipedia.org/wiki/Video_for_Windows) framework is used over win32 API. +* On Linux/RPi native Go [V4L](https://github.com/korandiz/v4l) implementation is used to capture images. +* On Windows [Video for Windows (VfW)](https://en.wikipedia.org/wiki/Video_for_Windows) framework is used over win32 API. ### Installation