浏览代码

Fixed non-sense in doc

Alois Mahdal 13 年前
父节点
当前提交
3da763e3af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

11
 *   *msg* is actual message body. It can be used to contain parseable data 
11
 *   *msg* is actual message body. It can be used to contain parseable data 
12
     like `name=john;age=32;state=il`
12
     like `name=john;age=32;state=il`
13
 *   *tag* can be used to identify related messages like those from one test
13
 *   *tag* can be used to identify related messages like those from one test
14
-*   use *i* if you tend to write tags like `test01-002` and `test01-002` to 
14
+*   use *i* if you tend to write tags like `test01-012` .. `test01-013` to
15
     store the iteration number, you'll be better off with this parameter as 
15
     store the iteration number, you'll be better off with this parameter as 
16
     it won't break your ability to use tags
16
     it won't break your ability to use tags
17
 
17