From 847f74875170eadc08b9d4050b40c6f8a731eeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 30 Jan 2022 10:37:34 +0100 Subject: [PATCH] Fix: Spacing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f19bbd0..ebcad91c 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ $jsonPointer = Pointer\JsonPointer::fromReferenceTokens(...$referenceTokens); $jsonPointer->toJsonString(); // '/foo/bar' $jsonPointer->toUriFragmentIdentifierString(); // '#/foo/bar' ``` + You can compare `JsonPointer`s: ```php