Skip to content

Commit c9375e1

Browse files
authored
Update README.md (#244)
1 parent 800101c commit c9375e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ require '/path/to/cos-sdk-v5.phar';
9090
源码方式安装 SDK 的步骤如下:
9191

9292
1.[GitHub 发布页面](https://github.com/tencentyun/cos-php-sdk-v5/releases) 下载相应的 cos-sdk-v5.tar.gz 文件;
93-
> 对于 PHP 版本`>= 5.6``<7.2.5`的用户请下载`os-sdk-v5-6.tar.gz`以使用 Guzzle6 版本。
93+
> 对于 PHP 版本`>= 5.6``<7.2.5`的用户请下载`cos-sdk-v5-6.tar.gz`以使用 Guzzle6 版本。
9494
> 对于 PHP 版本`>=7.2.5`的用户请下载`cos-sdk-v5-7.tar.gz`以使用 Guzzle7 版本。
9595
2. 解压后通过 autoload.php 脚本加载 SDK:
9696

9797
```php
98-
require '/path/to/cos-php-sdk-v5/vendor/autoload.php';
98+
require '/path/to/cos-sdk-v5/vendor/autoload.php';
9999
```
100100

101101
## 快速入门

0 commit comments

Comments
 (0)