diff --git a/README.md b/README.md
index faf3ee5..c7fe1ac 100644
--- a/README.md
+++ b/README.md
@@ -84,9 +84,10 @@ Or right-click on the selected text -> Convert string to...
## 配置项 Configurations
-| 配置项 Configuration Key | 描述 Description | 配置示例 | 默认值 |
-| ----------------------------------- | ------------------------------------------------------------ | ------------------------------ | ------ |
-| `variable-conversion.disableFormat` | 定义哪些格式是禁用的
Define which formats are disabled. | `["lower_case", "upper_case"]` | `[]` |
+| 配置项 Configuration Key | 描述 Description | 配置示例 | 默认值 |
+| --------------------------------------- | ------------------------------------------------------------ | --------------------------------- | ------ |
+| `variable-conversion.disableFormat` | 定义哪些格式是禁用的
Define which formats are disabled. | `["lower_case", "upper_case"]` | `[]` |
+| `variable-conversion.disablePathFormat` | 定义哪些路径风格是禁用的
Define which path formats are disabled. | `["windows_style", "unix_style"]` | `[]` |
## 支持的类型 Support Case