From 8fb8564265040e19b75a09e33f568bff0564c21d Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 25 May 2021 11:24:03 +0200 Subject: [PATCH] Link to maintained JSONPath library in the readme (#46) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e870d27..1021ba3 100644 --- a/README.md +++ b/README.md @@ -163,5 +163,5 @@ $this->assertJsonDocumentMatchesSchema($jsonDocument, [ ]); ``` -[jsonpath]: https://packagist.org/packages/flow/jsonpath +[jsonpath]: https://packagist.org/packages/softcreatr/jsonpath [jsonschema]: http://json-schema.org/