Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Feb 15, 2021
1 parent ea241fb commit 432e2d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ npm install orgchart
```
require('orgchart') will load orgchart plugin onto the jQuery object. The orgchart module itself does not export anything.

## [Demos on github pages](https://dabeng.github.io/OrgChart/)      [Demos on codepen.io](https://codepen.io/collection/AWxGVb/)
## [Demos on github pages](https://dabeng.github.io/OrgChart/)    [Demos based on nested table](https://codepen.io/collection/AWxGVb/)    [Demos based on nested ul]https://codepen.io/collection/nWqvzY)

### online demos
- [using ul datasource](https://dabeng.github.io/OrgChart/ul-datasource.html)(this feature comes from [Tobyee's good idea:blush:](https://github.com/dabeng/OrgChart/issues/1))
Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ npm install orgchart
```
`require('orgchart')`会把orgchart插件追加到jQuery对象上。orgchart模块本身并不导出任何东西。

## [gihtub pages实例集合](https://dabeng.github.io/OrgChart/)      [codepen.io实例集合](https://codepen.io/collection/AWxGVb/)
## [gihtub pages实例集合](https://dabeng.github.io/OrgChart/)    [基于嵌套table的实例集合](https://codepen.io/collection/AWxGVb/)    [基于嵌套ul的实例集合]https://codepen.io/collection/nWqvzY)

### 天马行空的需求
- [ul数据源](https://dabeng.github.io/OrgChart/ul-datasource.html)(感谢 [Tobyee的好点子:blush:](https://github.com/dabeng/OrgChart/issues/1))
Expand Down
2 changes: 1 addition & 1 deletion README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ npm install orgchart
```
`require('orgchart')`會把orgchart插件追加到jQuery對象上。orgchart模塊本身並不導出任何東西。

## [gihtub pages實例集合](https://dabeng.github.io/OrgChart/)      [codepen.io實例集合](https://codepen.io/collection/AWxGVb/)
## [gihtub pages實例集合](https://dabeng.github.io/OrgChart/)    [基于嵌套table的實例集合](https://codepen.io/collection/AWxGVb/)    [基于嵌套ul的實例集合]https://codepen.io/collection/nWqvzY)

### 天馬行空的需求
- [ul數據源](https://dabeng.github.io/OrgChart/ul-datasource.html)(感謝 [Tobyee的好點子:blush:](https://github.com/dabeng/OrgChart/issues/1))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "2.2.0",
"version": "3.0.0",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.min.js",
"style": [
Expand Down

0 comments on commit 432e2d6

Please sign in to comment.