Skip to content

Commit 213b1ee

Browse files
committed
update readme
1 parent 3b539b0 commit 213b1ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ var oc = $('#chartContainerId').orgchart(options);
152152
// First character stands for wether current node has parent node;
153153
// Scond character stands for wether current node has siblings nodes;
154154
// Third character stands for wether current node has children node.
155-
'children': [ // The property stands for nested nodes. "children" is just default name you can override.
155+
'children': [ // The property stands for nested nodes.
156156
{ 'nodeTitlePro': 'Bo Miao', 'nodeContentPro': 'department manager', 'relationship': '110' },
157157
{ 'nodeTitlePro': 'Su Miao', 'nodeContentPro': 'department manager', 'relationship': '111',
158158
'children': [

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orgchart",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"homepage": "https://github.com/dabeng/OrgChart",
55
"authors": [
66
"dabeng <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orgchart",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
55
"main": "./dist/js/jquery.orgchart.min.js",
66
"style": [

0 commit comments

Comments
 (0)