From f199ab98496db0d040545ca10d1b7fdc166186e3 Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Thu, 28 Nov 2024 12:42:05 +0200 Subject: [PATCH] Fix install command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ffbd4d..7105d07 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Aspect is a PHP extension that provides a collection of utilities designed to en To install the Aspect extension, you can use [Pie](https://github.com/php/pie): ```bash -pie install solidworx/ext-aspect +pie install solidworx/aspect ``` ## Features