diff --git a/README.md b/README.md
index c33880f..dd09811 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,22 @@ Boxfit is a jQuery plugin for resizing text. It will scale text to fit inside a
Usage
=====
+Include the library after jQuery:
+
+```html
+
+```
+
+Create a div:
+
```html
This is some text
```
+Apply the transformer:
+
```javascript
$('#my-big-box').boxfit();
```
@@ -76,6 +86,10 @@ Valid parameters:
- *minimum_font_size*: (default 5) minimum font size (changing this may cause some "shrink" scenarios to overflow instead)
- *maximum_font_size*: (default null) set to the max font size you want for the element, if none is given there is no maximum
+Demo
+====
+View the file at demo.html for examples in action.
+
License
=======
diff --git a/demo.html b/demo.html
index 2eba738..2b4cf29 100644
--- a/demo.html
+++ b/demo.html
@@ -5,7 +5,7 @@
-
+
@@ -14,12 +14,12 @@ Standard example
Word.
@@ -27,12 +27,12 @@ Standard exmaple with too much text
No wrapping allowed. This can sometimes makes things awkward/shrink.
@@ -40,12 +40,12 @@ Text wrapping enabled
this is some cool text I want to fit here
@@ -54,12 +54,12 @@ Max font size
Max font size 36
@@ -67,12 +67,37 @@ Turn off centering and alignment
Inherit alignment settings
+
+
+ Multiple at once :)
+
+
+
+
+ Example huge cells |
+ Example huge cells |
+
+
+
+