From 45f8f6f3244c9558e62de9599537a3705c1158c7 Mon Sep 17 00:00:00 2001 From: Tiago Coutinho Date: Mon, 11 Mar 2024 21:54:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 818ad2b..bc8d97c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Since version 3.0 this project is now a shim for `linuxpy.video`** -**Please consider using [linuxpy](https/github.com/tiagocoutinho/linuxpy) directly.** +**Please consider using [linuxpy](https://github.com/tiagocoutinho/linuxpy) directly.** [![V4L2py][pypi-version]](https://pypi.python.org/pypi/v4l2py) [![Python Versions][pypi-python-versions]](https://pypi.python.org/pypi/v4l2py) @@ -17,7 +17,7 @@ A two purpose API: * raw python binding for the v4l2 (video4linux2) userspace API, using ctypes (don't even bother wasting your time here. You probably won't use it) -Only works on python >= 3.7. +Only works on python >= 3.9. ## Why?