From c2cce79529cf0ceebf886b4a83d18a70122f9d0b 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