From 951cdb0a390a1a43e275a7ded4f57f4822f71ace Mon Sep 17 00:00:00 2001 From: changwei <867597730@qq.com> Date: Thu, 7 Jun 2018 18:31:09 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E8=A7=84=E8=8C=83readme=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=87=BB=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=8D=A2=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E7=9A=84=E5=8A=9F=E8=83=BD=E8=AF=B4=E6=98=8E"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d7dcc6a61505345859a6a123ab2b681a2800fa58. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a21be6..0fced29 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ thinkphp5 验证码类库 > composer require topthink/think-captcha -## 使用 +##使用 -### 模板里输出验证码 +###模板里输出验证码 ~~~