From 124805a6ce544bcb5d27383f6ea6ddbe250940f9 Mon Sep 17 00:00:00 2001 From: pipecraft Date: Wed, 8 Sep 2021 00:45:57 +0800 Subject: [PATCH] Update README --- README-cn.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-cn.md b/README-cn.md index 0920988..4d328a3 100644 --- a/README-cn.md +++ b/README-cn.md @@ -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** 类型 ### ⚠️注意事项 @@ -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.* ``` diff --git a/README.md b/README.md index fc0bba2..f3608be 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.* ```