Skip to content

Commit b9c6a94

Browse files
authored
Update README.md
1 parent e2c0ff0 commit b9c6a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ log分析工具
1313
```txt
1414
{
1515
"log规则1": {
16-
"pattern": "[正则表达式]",
16+
"pattern": "正则表达式",
1717
"visible": bool,
1818
"foreground": [r, g, b],
1919
"background": [r, g, b]
2020
},
2121
2222
"log规则2": {
23-
"pattern": "[正则表达式]",
23+
"pattern": "正则表达式",
2424
"visible": bool,
2525
"foreground": [r, g, b],
2626
"background": [r, g, b]

0 commit comments

Comments
 (0)