From 72f12931da2548348b8fa8da85d2cdfd37fd02a0 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sun, 28 Oct 2018 16:43:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 289fe79..dc14369 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ or ### Build tags -* `cv3` - build with OpenCV 3.x [gocv](https://github.com/hybridgroup/gocv), default is version 2.x via [go-opencv](https://github.com/lazywei/go-opencv) +* `cv3` - build with `OpenCV` 3.x [gocv](https://github.com/hybridgroup/gocv), default is version 2.x via [go-opencv](https://github.com/lazywei/go-opencv) * `native` - build with native Go [V4L](https://github.com/korandiz/v4l) implementation on Linux/RPi instead of `OpenCV` * `jpeg` - build with native Go `image/jpeg` instead of `libjpeg-turbo`