README: fix link

This commit is contained in:
Mario Fink 2021-02-12 13:32:05 +01:00
parent 5ae6b3f5ba
commit c9f8097c9b

View File

@ -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.