Skip to content

Commit

Permalink
README: the parsers' name parameter can be ommitted
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Benke <ihrwein@gmail.com>
  • Loading branch information
ihrwein committed Aug 22, 2015
1 parent 84bac33 commit 427905b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ If a parser doesn't have extra arguments its parameter list can be omitted:
%{PARSER_TYPE:parser_instance_name}
```

The `name` can be omitted too:

```
%{PARSER_TYPE}
```

You can use the `_`, `.`, `[0-9]`, `-` and `[a-zA-Z]` characters as parser names.

#### Available parsers
Expand Down

0 comments on commit 427905b

Please sign in to comment.