From e36f04f70b09a864c19bacfcd5132fe328a11877 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 5 Sep 2019 09:42:48 +0200 Subject: [PATCH] Readme fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca8cdd2..b191b35 100644 --- a/README.md +++ b/README.md @@ -110,18 +110,18 @@ The database (db.csv) is directly extracted from sigidwiki.com with a DB parser ``` -... ID Code * ACF1 Value (in ms) - ACF1 Description ; ACF2 Value (in ms) - ACF2 Description ; ... +... ID Code * ACF1 Description - ACF1 Value (in ms) ; ACF2 Description - ACF2 Value (in ms) ; ... ``` **Example 1 (D-STAR):** ``` -... ID Code * 420 - Superframe ; 20 - Frame +... ID Code * Superframe - 420 ; Frame - 20 ``` **Example 2 (EDACS):** ``` -... ID Code * 60 - edacs48 ; 30 - edacs96 +... ID Code * edacs48 - 60 ; edacs96 - 30 ``` **Special case:** variable ACFs are allowed and a brief explanation can be reported instead of ACF Value. A nice example is the * [SSTV](https://www.sigidwiki.com/wiki/Slow-Scan_Television_(SSTV) "SSTV") transmission where the ACF is directly related to the number of lines per minute.