diff --git a/README-zh_CN.md b/README-zh_CN.md
index 9eebbd6..43425ff 100644
--- a/README-zh_CN.md
+++ b/README-zh_CN.md
@@ -1,4 +1,5 @@
-![](docs/soar-bar.gif)
+| ![](docs/soar-bar.gif) | ![](docs/commands.gif) |
+|------------------------|------------------------|
# laravel-soar
@@ -540,6 +541,26 @@ return [
```
+### Artisan 命令
+
+
+details
+
+```shell
+╰─ php artisan ─╯
+...
+Available commands:
+...
+ soar
+ soar:clear Clear the Soar log file
+ soar:run Run Soar with the given options
+ soar:score Get the Soar scores of the given SQL statements
+...
+```
+
+![commands](docs/commands.gif)
+
+
### Soar 实例及方法
diff --git a/README.md b/README.md
index 8719a73..9f92fdb 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-![](docs/soar-bar.gif)
+| ![](docs/soar-bar.gif) | ![](docs/commands.gif) |
+|------------------------|------------------------|
# laravel-soar
@@ -541,6 +542,26 @@ return [
```
+### Artisan command
+
+
+details
+
+```shell
+╰─ php artisan ─╯
+...
+Available commands:
+...
+ soar
+ soar:clear Clear the Soar log file
+ soar:run Run Soar with the given options
+ soar:score Get the Soar scores of the given SQL statements
+...
+```
+
+![commands](docs/commands.gif)
+
+
### Soar instance and methods