From da2dd80a5841972033952aa85b22cc99048f8fba Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@mobatime.cz>
Date: 周三, 05 9月 2018 23:42:08 +0800
Subject: [PATCH] Remove trailing spaces from cc.h

---
 README.md |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 859ebb9..fe36682 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 
 [SCPI](http://en.wikipedia.org/wiki/Standard_Commands_for_Programmable_Instruments) Parser library aims to provide parsing ability of SCPI commands on **instrument side**. All commands are defined by its patterns eg: `"STATus:QUEStionable:EVENt?"`.
 
-Source codes are published with open source Simplified BSD license.
+Source codes are published with open source BSD 2-Clause License.
 
 SCPI parser library is based on these standards
 
@@ -46,8 +46,9 @@
 <tr><td>Arbitrary block<td><code>#12AB</code></tr>
 <tr><td>Program expression<td><code>(1)</code></tr>
 <tr><td>Numeric list<td><code>(1,2:50,80)</code></tr>
+<tr><td>Channel list<td><code>(@1!2:3!4,5!6)</code></tr>
 <tr><td>Character data<td><code>MINimum</code>, <code>DEFault</code>, <code>INFinity</code></tr>
 </table>
 
 
-[![travis build](https://travis-ci.org/j123b567/scpi-parser.svg?branch=master)](https://travis-ci.org/j123b567/scpi-parser)
+[![travis build](https://travis-ci.org/j123b567/scpi-parser.svg?branch=master)](https://travis-ci.org/j123b567/scpi-parser) [![Coverage Status](https://coveralls.io/repos/j123b567/scpi-parser/badge.svg?branch=master&service=github)](https://coveralls.io/github/j123b567/scpi-parser?branch=master)

--
Gitblit v1.9.1