From b7cd7a57c9422b1a3b9b3ef1b46330cc4b61d6fb Mon Sep 17 00:00:00 2001 From: Johannes Keyser Date: Wed, 19 Aug 2026 19:25:18 +0200 Subject: [PATCH] Getting started: Fix link to PyLSL examples --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d1d2866..ff2a2b1 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ See the `liblsl repo `_ for more info. including Python and Matlab. * Python users need to ``pip install pylsl`` then try some of the - `provided examples `_. + `provided examples `_. * The `Matlab interface `_ is also popular but requires a little more work to get started; please see its README for more info.