Skip to content

Commit ca93e85

Browse files
committed
Update README.md
1 parent e32c453 commit ca93e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ composer require upyun/sdk
4848
<a name="init"></a>
4949
### 初始化UpYun
5050
```php
51-
require_once('upyun.class.php');
51+
require_once('vendor/autoload.php');
5252
$upyun = new UpYun('bucketname', 'operator_name', 'operator_pwd');
5353
```
5454

0 commit comments

Comments
 (0)