diff --git a/README.md b/README.md
index 475e7db..c0135c4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# nestedSortable jQuery plugin
+# If you would like to help update/maintain or take over this project, please open an issue to let me know. I don't use this project anymore.
+
**nestedSortable** is a jQuery plugin that extends jQuery Sortable UI functionalities to nested lists.
## Meteor Installation
@@ -27,7 +29,7 @@ Also:
## Usage
-```
+```html
` must have either one or two direct children, the first one being a container element (such as `
` in the above example), and the (optional) second one being the nested list. The container element has to be set as the 'toleranceElement' in the options, and this, or one of its children, as the 'handle'.
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..c72f391
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,597 @@
+
+
+
+
+
+ nestedSortable jQuery Plugin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
nestedSortable jQuery Plugin
+
+
2.0
+
+
+
+
+
+
+
+
This is the demo page for the nestedSortable jQuery plugin.
+
+
This is for my own example, please follow the original repository GitHub
+ page.
+
+
+
+
+
+
+
License
+
+
This work is licensed under the MIT License.
+ Which means you can do pretty much whatever you want with it.