diff --git a/jquery.flexText.js b/jquery.flexText.js index 2b5ca78..c4a5646 100644 --- a/jquery.flexText.js +++ b/jquery.flexText.js @@ -3,7 +3,7 @@ * -------------------------------------- * Requires: jQuery 1.7+ * Usage example: $('textarea').flexText() - * Info: https://github.com/alexdunphy/flexible-textareas + * Info: https://github.com/alexdunphy/flexText */ ;(function ($) { @@ -61,4 +61,4 @@ }); }; -})(jQuery); \ No newline at end of file +})(jQuery);