diff --git a/README.md b/README.md
index 0263ef79..d4bfad19 100644
--- a/README.md
+++ b/README.md
@@ -46,13 +46,13 @@ Through 3rd part libraries, additional functionality may be added to PyQtGraph,
| Library | Added functionality |
|----------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
-| [`scipy`](https://github.com/scipy/scipy) |
- Image processing through [`ndimage`](https://docs.scipy.org/doc/scipy/reference/ndimage.html)
- Data array filtering through [`signal`](https://docs.scipy.org/doc/scipy/reference/signal.html)
|
-| [`pyopengl`](https://github.com/mcfletch/pyopengl) | - 3D graphics
- Faster image processing
- Note: on macOS Big Sur only works with python 3.9.1+
|
-| [`h5py`](https://github.com/h5py/h5py) | |
-| [`colorcet`](https://github.com/holoviz/colorcet) | - Add a collection of perceptually uniform colormaps
|
-| [`matplotlib`](https://github.com/matplotlib/matplotlib) | - Export of PlotItem in matplotlib figure
- Add matplotlib collection of colormaps
|
-| [`cupy`](https://docs.cupy.dev/en/stable/install.html) | - CUDA-enhanced image processing
- Note: On Windows, CUDA toolkit must be >= 11.1
|
-| [`numba`](https://github.com/numba/numba) | |
+| [`scipy`](https://github.com/scipy/scipy) | - Image processing through [`ndimage`](https://docs.scipy.org/doc/scipy/reference/ndimage.html)
- Data array filtering through [`signal`](https://docs.scipy.org/doc/scipy/reference/signal.html)
|
+| [`pyopengl`](https://github.com/mcfletch/pyopengl) | - 3D graphics
- Faster image processing
- Note: on macOS Big Sur only works with python 3.9.1+
|
+| [`h5py`](https://github.com/h5py/h5py) | |
+| [`colorcet`](https://github.com/holoviz/colorcet) | - Add a collection of perceptually uniform colormaps
|
+| [`matplotlib`](https://github.com/matplotlib/matplotlib) | - Export of PlotItem in matplotlib figure
- Add matplotlib collection of colormaps
|
+| [`cupy`](https://docs.cupy.dev/en/stable/install.html) | - CUDA-enhanced image processing
- Note: On Windows, CUDA toolkit must be >= 11.1
|
+| [`numba`](https://github.com/numba/numba) | |
Qt Bindings Test Matrix
-----------------------