From 3eeb44f2c728da3149670b8ca858f05061a1f796 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Mon, 15 Apr 2024 23:50:45 -0400 Subject: [PATCH] Updating instructions. --- owrx/feature.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owrx/feature.py b/owrx/feature.py index 75387089..47a16025 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -425,8 +425,8 @@ class FeatureDetector(object): """ The [SoapyBladeRF](https://github.com/pothosware/SoapyBladeRF) module allows to use BladeRF devices with SoapySDR. The - `soapysdr-module-bladerf` is available in most Linux - distributions. + `soapysdr-module-bladerf` package is available in most + Linux distributions. """ return self._has_soapy_driver("bladerf")