Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkunfeng committed Jan 9, 2019
1 parent d5890df commit cb1e228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -3,13 +3,13 @@
安装

```
composer require mrk/yii2-aliyun-oss:@dev
composer require saviorlv/yii2-aliyun-oss -vvv
```

or add

```
"mrk/yii2-aliyun-oss":"@dev"
"saviorlv/yii2-aliyun-oss":"^1.0"
```


Expand All @@ -20,7 +20,7 @@ or add
```php
components => [
'oss' => [
'class' => 'mrk\aliyun\OSS',
'class' => 'Saviorlv\Aliyun\OSS',
'accessKeyId' => 'xxxxx', // 阿里云AccessKeyID
'accessKeySecret' => 'xxxx', // 阿里云 AccessKeySecret
'bucket' => 'xxx', // bucket
Expand Down

0 comments on commit cb1e228

Please sign in to comment.