Skip to content
This repository was archived by the owner on Jan 13, 2020. It is now read-only.

Commit 3cf0577

Browse files
committed
README update
1 parent 598cbaa commit 3cf0577

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Nestable
22
========
33

4-
**PLEASE NOTE**
4+
## PLEASE NOTE
55

6-
I cannot provide any support or guidance beyond this README. If this code helps you that's great but I have no plans to develop Nestable beyond this demo (it's not a final product and has limited functionality). I cannot reply to any requests for help.
6+
**I cannot provide any support or guidance beyond this README. If this code helps you that's great but I have no plans to develop Nestable beyond this demo (it's not a final product and has limited functionality). I cannot reply to any requests for help.**
7+
8+
* * *
79

810
### Drag & drop hierarchical list with mouse and touch compatibility (jQuery / Zepto plugin)
911

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ <h1>Nestable</h1>
147147

148148
<p><strong><a href="https://github.com/dbushell/Nestable">Code on GitHub</a></strong></p>
149149

150+
<p><strong>PLEASE NOTE: I cannot provide any support or guidance beyond this README. If this code helps you that's great but I have no plans to develop Nestable beyond this demo (it's not a final product and has limited functionality). I cannot reply to any requests for help.</strong></p>
151+
150152
<menu id="nestable-menu">
151153
<button type="button" data-action="expand-all">Expand All</button>
152154
<button type="button" data-action="collapse-all">Collapse All</button>

0 commit comments

Comments
 (0)