From 6472bb7cef9371f27ef1bd9b43cf0396f9707b12 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Fri, 28 Nov 2014 17:28:14 +0100 Subject: [PATCH] some more readme fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4cb33d..177ce84 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ libcsdr *libcsdr* is a set of simple DSP routines for Software Defined Radio. It is mostly useful for AM/FM/SSB demodulation and spectrum display. Feel free to use it in your projects. -Most of the code is available under the permissive BSD license, with some optional parts under GPL. For additional details, see licensing. +Most of the code is available under the permissive BSD license, with some optional parts under GPL. For additional details, see licensing. - The package comes with a command-line tool `csdr`, which lets you build DSP processing chains by shell pipes. - The code of *libcsdr* was intended to be easy to follow.