Skip to content

Commit a8595a5

Browse files
committed
Markup fix in readme
1 parent e35eb94 commit a8595a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $decodedJson = (object) ['a' => 1];
3939
$document2 = $decodedValueFactory->createValue($decodedJson);
4040
```
4141

42-
## Creating and processing query
42+
### Creating and processing query
4343
You should use _query factory_ to create query from JSON Patch document. Then you should use _processor_ to apply that query:
4444
```php
4545
<?php

0 commit comments

Comments
 (0)