From 3607ce90445fb4182ea8cdf86c94c645168163ad Mon Sep 17 00:00:00 2001 From: ptma Date: Mon, 28 Sep 2020 22:21:52 +0800 Subject: [PATCH] * escape html chars --- README-zh_CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index 6686cbf..99cace7 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -39,7 +39,7 @@ measureAction.enable(); ### 方法 | 方法 | 返回 | 描述 | |--------|---------|-------------| -| setModel( model) | this | 设置测量模式. 可以是'distance' 或 'area'. | +| setModel(\ model) | this | 设置测量模式. 可以是'distance' 或 'area'. | ## 显示语言定义 ```javascript diff --git a/README.md b/README.md index 655e277..0affa0b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ measureAction.enable(); ### Methods | Method | Returns | Description | |--------|---------|-------------| -| setModel( model) | this | Sets the measurement mode. Possible values are 'distance' or 'area'. | +| setModel(\ model) | this | Sets the measurement mode. Possible values are 'distance' or 'area'. | ## Customize Language ```javascript