Skip to content

Commit ebc12b8

Browse files
committed
🔦 update readme
1 parent 131efdc commit ebc12b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<p align="center"> This is a Flysystem adapter for the Aliyun OSS ~2.3 </p>
33

44
# Inspired By
5-
[overtrue/flysystem-qiniu](https://github.com/overtrue/flysystem-qiniu)
6-
[apollopy/flysystem-aliyun-oss](https://github.com/apollopy/flysystem-aliyun-oss)
5+
- [overtrue/flysystem-qiniu](https://github.com/overtrue/flysystem-qiniu)
6+
- [apollopy/flysystem-aliyun-oss](https://github.com/apollopy/flysystem-aliyun-oss)
77

88
# Installation
99

@@ -88,7 +88,7 @@ edit the config file: config/filesystems.php
8888
'access_id' => 'xxxxxxxxxxxx', // Aliyun OSS AccessKeyId
8989
'access_key' => 'xxxxxxxxxxxxxxxxxxxxxx', // Aliyun OSS AccessKeySecret
9090
'bucket' => 'xxxxxxxxxx', // OSS bucket name
91-
'endpoint' => 'xxxxxxxxx', // OSS 外网节点或自定义外部域名
91+
'endpoint' => 'xxxxxxxxx', // OSS 节点或自定义外部域名
9292
'domain' => 'http://static.demo.com/', // CDN domain
9393
],
9494
```

0 commit comments

Comments
 (0)