diff --git a/readme.markdown b/readme.markdown
index 29e1d03..fa9a6c4 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -10,7 +10,7 @@ jQuery OrgChart is a plugin that allows you to render structures with nested ele
Features include:
* Very easy to use given a nested unordered list element.
-* Drag-and-drop functionality allows reordering of the tree and underlying `ul`
+* Drag-and-drop functionality allows reordering of the tree and underlying `
` structure.
* Showing/hiding a particular branch of the tree by clicking on the respective node.
* Nodes can contain any amount of HTML except `- ` and `
`.
* Easy to style.
@@ -29,8 +29,12 @@ To get up and running you'll need a few things.
You need to include the jQuery as well as the jOrgChart libraries. For example:
-
-
+
+
+
+If you want to use the drag-and-drop functionality you'll need to include jQuery UI too:
+
+
The core CSS is necessary to perform some of the basic styling i.e.