From 3c01381fbad60764d4426be2446679feac229e63 Mon Sep 17 00:00:00 2001 From: Jasper Date: Thu, 19 Jan 2017 19:38:20 +0100 Subject: [PATCH] use refresh repo for installation, not fresh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa4cd6..d8ef914 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This simple command line application will watch your files, trigger a build of y ## Installation ``` -$ go get github.com/markbates/fresh +$ go get github.com/markbates/refresh ``` ## Getting Started