From bb49ff1b5f719e32a7d23f7f0db1d56c90e9c8e4 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Mon, 5 Feb 2018 12:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CloudreveInstaller/Installer.php | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudreveInstaller/Installer.php b/CloudreveInstaller/Installer.php index 409c80c..ce12653 100644 --- a/CloudreveInstaller/Installer.php +++ b/CloudreveInstaller/Installer.php @@ -48,7 +48,7 @@ class Installer{ $ioContext->write("======================="); } $ioContext->write(""); - $ioContext->write("Congratulations! Cloudreve has benn install successfully."); + $ioContext->write("Congratulations! Cloudreve has been installed successfully."); $ioContext->write(""); $ioContext->write("Here's some informatioin about yor Cloudreve:"); $ioContext->write("Homepage: $siteUrl"); diff --git a/README.md b/README.md index ddf98b4..9750176 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ $ composer create-project hfo4/cloudreve:dev-master ``` #出现如下提示表示安装完成 -Congratulations! Cloudreve has benn install successfully. +Congratulations! Cloudreve has been installed successfully. Here's some informatioin about yor Cloudreve: Homepage: https://pan.aoaoao.me/ -- GitLab