From 326ae5c87242b57d5dfff69173144c763304452a Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Mon, 16 Oct 2023 16:03:39 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a24c949..e62aa8c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Install `pop-view` using Composer. Or, require it in your composer.json file "require": { - "popphp/pop-view" : "4.0.*" + "popphp/pop-view" : "^4.0.0" } ## BASIC USAGE