Skip to content

Commit 2d8b9fc

Browse files
author
voidPtr
authored
Update README.md
1 parent 457c0c5 commit 2d8b9fc

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
@@ -74,7 +74,7 @@ will be parsed as
7474
By default it is "="
7575
- **adjustment_rules**
7676

77-
Regular expression rules for some keys, repesented as json , to adjust parsed records accordingly.
77+
Regular expression rules for some keys, represented as json , to adjust parsed records accordingly.
7878

7979
{key1:regex1,key2:regex2}
8080

@@ -86,7 +86,7 @@ will be parsed as
8686

8787
`devname=FT6H `**`service=NETBIOS (NS)`**`proto=17 src zone=Trust dst zone=Untrust`
8888

89-
will be parse as
89+
will be parsed as
9090

9191
```json
9292
{"devname":"FT6H","service":"http","proto":"6","src zone":"Trust","dst zone":"Untrust"}

0 commit comments

Comments
 (0)