From e308d47b06110609b7ef1820417e1f2923e12ac7 Mon Sep 17 00:00:00 2001 From: LucasSD Date: Thu, 17 Dec 2020 15:27:58 +0000 Subject: [PATCH] Update readme.md Changed link to image in readme. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 72600c5..cb6574b 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -![](https://github.com/LucasSD/Untappd-Stats/blob/LucasSD-patch-1/Untappd_Cover.jpg) +![](https://github.com/LucasSD/Untappd-Stats/blob/master/Untappd_Cover.jpg) # Introduction This project combines my love of craft beer with my love of programming! The current code produces a number of horizontal bar charts (see PNG images in repository). They provide statistics which are not available directly via the app (even if you pay the subscription) and would take a lot of time to obtain using a basic spreadsheet. I am focussing on statistics such as mean beer rating by beer style, country, brewery, and so on. My code only includes entries with the highest frequencies, to ensure that a beer with one high rating cannot elevate a brewery to the top of the graph, for example.