From 428a3d9313116396297840905796c3dfb3179fe5 Mon Sep 17 00:00:00 2001 From: Peter Dragicevic Date: Mon, 12 Jul 2021 19:39:02 +0200 Subject: [PATCH] Removed wrong uppcases on composer install-string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3fd6a5d..1ebe9500 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ section of your `composer.json`: ```json { "require": { - "querypath/QueryPath": ">=3.0.0" + "querypath/querypath": ">=3.0.0" } } ```