From 06704e806135869cfa8323d87c32acdee1b9a13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 27 Apr 2024 10:58:48 +0000 Subject: [PATCH] Fix imports in README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bd288ee..72485b7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ for PHP >=7.0. See [TL;DR](#tl-dr). No dependencies in production except optiona ```diff '/results']); foreach ($fruits as $name => $data) { @@ -195,7 +195,7 @@ To iterate over all colors of the fruits, use the JSON Pointer `"/results/-/colo ```php '/results/-/color']); @@ -234,7 +234,7 @@ Get the scalar value of `lastModified` key like this: ```php '/lastModified']); foreach ($fruits as $key => $value) { @@ -251,7 +251,7 @@ The obvious shortcut is: ```php '/lastModified']); $lastModified = iterator_to_array($fruits)['lastModified']; @@ -293,7 +293,7 @@ does not matter. The items will be iterated in the order of appearance in the do ```php ['/berries', '/citruses']