From 046f7dad14b76b5cfe1d03d3669e205f10626e83 Mon Sep 17 00:00:00 2001 From: dabeng Date: Mon, 15 Feb 2021 09:26:11 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- README.zh-cn.md | 4 +++- README.zh-tw.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c404f06..5cd9f6d0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ $ 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 based on nested table](https://codepen.io/collection/AWxGVb/)    [Demos based on nested ul](https://codepen.io/collection/nWqvzY) +## [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)) diff --git a/README.zh-cn.md b/README.zh-cn.md index 2389cedc..fd0207ee 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -42,7 +42,9 @@ $ npm install orgchart ``` `require('orgchart')`会把orgchart插件追加到jQuery对象上。orgchart模块本身并不导出任何东西。 -## [gihtub pages实例集合](https://dabeng.github.io/OrgChart/)    [基于嵌套table的实例集合](https://codepen.io/collection/AWxGVb/)    [基于嵌套ul的实例集合](https://codepen.io/collection/nWqvzY) +## [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)) diff --git a/README.zh-tw.md b/README.zh-tw.md index 8918fd40..4265227c 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -42,7 +42,9 @@ $ npm install orgchart ``` `require('orgchart')`會把orgchart插件追加到jQuery對象上。orgchart模塊本身並不導出任何東西。 -## [gihtub pages實例集合](https://dabeng.github.io/OrgChart/)    [基于嵌套table的實例集合](https://codepen.io/collection/AWxGVb/)    [基于嵌套ul的實例集合](https://codepen.io/collection/nWqvzY) +## [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))