diff --git a/src/UntappedWidgetGenerator.Web/Scripts/Jquery.Untapped.js b/src/UntappedWidgetGenerator.Web/Scripts/Jquery.Untapped.js index 89ea6c8..4d41cb5 100644 --- a/src/UntappedWidgetGenerator.Web/Scripts/Jquery.Untapped.js +++ b/src/UntappedWidgetGenerator.Web/Scripts/Jquery.Untapped.js @@ -2,7 +2,7 @@ $.fn.untappd = function (username) { this.each(function () { var that = this; - $.get("http://untappedwidget.azurewebsites.net/" + username) + $.get("http://untappdwidget.azurewebsites.net/" + username) .success(function (data) { $(that).html(data); });