From 98f5cbeee26485e0fd61e964ae6ca45a799341df Mon Sep 17 00:00:00 2001 From: Steven Degutis Date: Fri, 30 Mar 2012 16:33:03 -0500 Subject: [PATCH] oops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60bb5aa..a7bc02e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ First, [install Go](http://code.google.com/p/go/downloads/list). Then: Now make the failing tests pass, by replacing these types of `__variables__` with real values. If you want to have `go test` be run in your terminal any time you save a file and -are using a Mac, take a look at [fswatch](github.com/sdegutis/fswatch). +are using a Mac, take a look at [fswatch](http://github.com/sdegutis/fswatch). ### Helpful References