Skip to content

Commit f9fbd02

Browse files
authored
Update README.md
1 parent 949e012 commit f9fbd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ npm install vue-organization-chart -S
7979
<td>zoom</td><td>boolean</td><td>no</td><td>false</td><td>Users could zoomin/zoomout the orgchart by mouse wheel if they enable this attribute.</td>
8080
</tr>
8181
<tr>
82-
<td>zoominLimit</td><td>number</td><td>no</td><td>7</td><td>Users are allowed to set a zoom-in limit.</td>
82+
<td>zoomin-limit</td><td>number</td><td>no</td><td>7</td><td>Users are allowed to set a zoom-in limit.</td>
8383
</tr>
8484
<tr>
85-
<td>zoomoutLimit</td><td>number</td><td>no</td><td>0.5</td><td>Users are allowed to set a zoom-out limit.</td>
85+
<td>zoomout-limit</td><td>number</td><td>no</td><td>0.5</td><td>Users are allowed to set a zoom-out limit.</td>
8686
</tr>
8787
</tbody>
8888
</table>

0 commit comments

Comments
 (0)