Skip to content

Commit 458b4e1

Browse files
authored
Update README.md
1 parent 455103e commit 458b4e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Predicates
245245
----------
246246
There are three different ways to create filter predicates in JsonPath.
247247

248-
###Inline Predicates
248+
### Inline Predicates
249249

250250
Inline predicates are the ones defined in the path.
251251

@@ -259,7 +259,7 @@ You can use `&&` and `||` to combine multiple predicates `[?(@.price < 10 && @.c
259259

260260
You can use `!` to negate a predicate `[?(!(@.price < 10 && @.category == 'fiction'))]`.
261261

262-
###Filter Predicates
262+
### Filter Predicates
263263

264264
Predicates can be built using the Filter API as shown below:
265265

@@ -292,7 +292,7 @@ Filter fooAndBar = filter(
292292
);
293293
```
294294

295-
###Roll Your Own
295+
### Roll Your Own
296296

297297
Third option is to implement your own predicates
298298

0 commit comments

Comments
 (0)