Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PipecraftNet committed Sep 7, 2021
1 parent 6bbd9ee commit 124805a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ composer update pipecraft/flarum-ext-id-slug

1. 安装插件
2. 后台管理 > ID Slug > 开启插件
3. 常规 > Discussion Slug Driver > 选择 **id** 类型
3. 常规 > Slug Driver(Discussion) > 选择 **id** 类型

### ⚠️注意事项

Expand All @@ -54,5 +54,5 @@ composer update pipecraft/flarum-ext-id-slug
如果想使用[v1.0版本](https://github.com/PipecraftNet/flarum-ext-id-slug/tree/v1.0),请使用下面命令安装。

```sh
composer require pipecraft/flarum-ext-id-slug:1.0
composer require pipecraft/flarum-ext-id-slug:1.0.*
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ composer update pipecraft/flarum-ext-id-slug

1. Install extension
2. Enable **ID Slug** extension
3. Basics > Discussion Slug Driver > Select **id** slug driver
3. Basics > Slug Driver(Discussion) > Select **id** slug driver

### ⚠️ Notice

Expand All @@ -51,5 +51,5 @@ composer update pipecraft/flarum-ext-id-slug

If you want to use the [v1.0 version](https://github.com/PipecraftNet/flarum-ext-id-slug/tree/v1.0), install the extension like this
```sh
composer require pipecraft/flarum-ext-id-slug:1.0
composer require pipecraft/flarum-ext-id-slug:1.0.*
```

0 comments on commit 124805a

Please sign in to comment.