From 0b09635aa7648e9373aecb3cec466f5bf6a03e55 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 28 Mar 2015 09:11:27 -0400 Subject: [PATCH] fix docs --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca9968b..c9ed3e5 100644 --- a/readme.md +++ b/readme.md @@ -6,9 +6,10 @@ This provides a simple embeddable widget for your [Untappd](https://untappd.com) Simply add the css and js files at the root of this project to your website. Then call: +`$("#Target").untappd("YourUsername");` + We host the css at `http://untappdwidget.azurewebsites.net/Content/jquery.UntappedWidget.min.css` We host the js at `http://untappdwidget.azurewebsites.net/Scripts/jquery.UntappedWidget.min.js` -`$("#Target").untappd("YourUsername");` ## How do I contribute?