We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35eb94 commit a8595a5Copy full SHA for a8595a5
README.md
@@ -39,7 +39,7 @@ $decodedJson = (object) ['a' => 1];
39
$document2 = $decodedValueFactory->createValue($decodedJson);
40
```
41
42
-## Creating and processing query
+### Creating and processing query
43
You should use _query factory_ to create query from JSON Patch document. Then you should use _processor_ to apply that query:
44
```php
45
<?php
0 commit comments