From 6c899625bdd7415108ff2f123d8dd668552fb4f2 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Mon, 27 May 2024 23:14:50 +0100 Subject: [PATCH] typo: fix code tags fix code tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acafb9aaf..cc94b3a6d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ limited SDR support only. Pass `--build-profiles` to `dpkg-buildpackage` with a comma-separated list of profiles. The list of profiles should include `custom` and zero or more of -`rtlsdr`, `bladerf`, `hackrf`, `limesdr`, 'soapysdr' depending on what you want: +`rtlsdr`, `bladerf`, `hackrf`, `limesdr`, `soapysdr` depending on what you want: ```bash $ dpkg-buildpackage -b --no-sign --build-profiles=custom,rtlsdr # builds with rtlsdr support only