Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit dd0b854

Browse files
committed
fixed markdown style
1 parent 3a82db9 commit dd0b854

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
@@ -57,13 +57,13 @@ $ composer require "overtrue/laravel-ueditor:~1.0"
5757

5858
如果你想使用七牛云储存,需要进行下面几个简单的操作:
5959

60-
1. 配置 `config/ueditor.php` 的 `disk` 为 `qiniu`:
60+
1.配置 `config/ueditor.php` 的 `disk` 为 `qiniu`:
6161

6262
```php
6363
'disk' => 'qiniu'
6464
```
6565

66-
2. `config/filesystems.php` 添加下面的配置:
66+
2.`config/filesystems.php` 添加下面的配置:
6767

6868
```php
6969
's3' => [
@@ -85,7 +85,7 @@ $ composer require "overtrue/laravel-ueditor:~1.0"
8585
],
8686
```
8787

88-
3. `.env` 文件添加配置:
88+
3.`.env` 文件添加配置:
8989

9090
```php
9191
QINIU_BUCKET_NAME=

0 commit comments

Comments
 (0)