From 84694ffec1553f48ddefc8cba917b3c47fa538cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sat, 26 Jun 2021 14:09:28 +0800 Subject: [PATCH] update *.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 829a94e..a40f619 100644 --- a/README.md +++ b/README.md @@ -68,29 +68,29 @@ ### 开发版 -```text +```php composer require dtapps/think-qiniu-sms ^6.x-dev -vvv ``` ### 稳定版 -```text +```php composer require dtapps/think-qiniu-sms ^6.0.* -vvv ``` ## 更新 -```text +```php composer update dtapps/think-qiniu-sms -vvv ``` ## 删除 -```text +```php composer remove dtapps/think-qiniu-sms -vvv ``` -## 获取电脑Mac地址服务使用示例 +## 服务使用示例 ```php use dtapps\qiniu\sms\SmsService; -- GitLab