Skip to content

Commit

Permalink
* escape html chars
Browse files Browse the repository at this point in the history
  • Loading branch information
ptma committed Sep 28, 2020
1 parent 14436fc commit 3607ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ measureAction.enable();
### 方法
| 方法 | 返回 | 描述 |
|--------|---------|-------------|
| setModel(<String> model) | this | 设置测量模式. 可以是'distance' 或 'area'. |
| setModel(\<String\> model) | this | 设置测量模式. 可以是'distance' 或 'area'. |

## 显示语言定义
```javascript
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ measureAction.enable();
### Methods
| Method | Returns | Description |
|--------|---------|-------------|
| setModel(<String> model) | this | Sets the measurement mode. Possible values are 'distance' or 'area'. |
| setModel(\<String\> model) | this | Sets the measurement mode. Possible values are 'distance' or 'area'. |

## Customize Language
```javascript
Expand Down

0 comments on commit 3607ce9

Please sign in to comment.