From e97a00ced29ab9f19a92c85215ac4a6e3d7cea00 Mon Sep 17 00:00:00 2001 From: dabeng Date: Mon, 15 Feb 2021 09:24:18 +0800 Subject: [PATCH] update readme --- README.md | 2 +- README.zh-cn.md | 2 +- README.zh-tw.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ca42f3f..6c404f06 100644 --- a/README.md +++ b/README.md @@ -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 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 18307ba2..2389cedc 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -42,7 +42,7 @@ $ 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 1c6088ea..8918fd40 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -42,7 +42,7 @@ $ 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))