diff --git a/README.md b/README.md index ecec3dd..f38187f 100644 --- a/README.md +++ b/README.md @@ -39,22 +39,22 @@ var data = Filter{ Supported struct field values are: -* int, int8, int16, int32, int64 -* float32, float64 -* string -* bool +* `int`, `int8`, `int16`, `int32`, `int64` +* `float32`, `float64` +* `string` +* `bool` For nested structs: -* struct +* `struct` ### Filter logic Supported logical matching: -* AND - all of the queries have to match -* OR - only one query has to match -* NOT - none of the queries have to match +* `AND` - all of the queries have to match +* `OR` - only one query has to match +* `NOT` - none of the queries have to match ### Explicit match