From c9f8097c9b40e3fca58e89ecbf62579cd2904d6c Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Fri, 12 Feb 2021 13:32:05 +0100 Subject: [PATCH] README: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2db891e..a7ab66c 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ channels = imcraw.get_channels(False) print(channels) ``` -A more complete [example[(python/usage.py) including the methods for obtaining the +A more complete [example](python/usage.py) including the methods for obtaining the channels including their data and or directly printing them to files can be found in the python folder.