From 767b264e2b7bbb41e89dc872ec20aabde47dac75 Mon Sep 17 00:00:00 2001 From: Luke Evers Date: Wed, 1 Jul 2015 13:41:24 -0400 Subject: [PATCH] Fix demo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6be52..bacc9c8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A JavaScript plugin to contain an element within its parent element. The plugin scales an element to the minimum size required for it to be completely contained within its parent, and retains its original aspect ratio by cropping portions that don't fit based on its vertical and horizontal alignment (by default both are set to: `middle`). -[Demo](https://github.com/WilliamsNY/contain-element) +[Demo](http://williamsny.github.io/contain-element/) ## Features