From b85251ea2add7efdec22a5e632541faa30f5fca8 Mon Sep 17 00:00:00 2001 From: Mark Sanborn Date: Fri, 8 Aug 2014 17:00:47 -0700 Subject: [PATCH] Added link to bsdiff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1545b5..0d05a71 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Enable your Golang applications to self update. Inspired by Chrome based on Her ## Features * Tested on Mac, Linux, Arm, and Windows -* Creates binary diffs with bsdiff allowing small incremental updates +* Creates binary diffs with [bsdiff](http://www.daemonology.net/bsdiff/) allowing small incremental updates * Falls back to full binary update if diff fails to match SHA ## QuickStart