From fd289e56d8ad8659d00bd2cbd06ef09ab0afdfd6 Mon Sep 17 00:00:00 2001 From: "wilbur.yu" Date: Wed, 13 Jan 2021 22:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1947a4..e839ab5 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ This package requires hyperf 2.1 or newer. # Installation You can install the package via Composer: ```bash -composer require wilbur/hyperf-opcache +composer require wilbur-yu/hyperf-opcache ``` If you need to change config values, you can publish the config file with: ```bash -php bin/hyperf.php vendor:publish wilbur/hyperf-opcache +php bin/hyperf.php vendor:publish wilbur-yu/hyperf-opcache ``` # usage