From 3ca5986e9dabb83fe8f4a6cfa82166829c06b453 Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Fri, 17 Jun 2022 14:38:47 -0400 Subject: [PATCH] Fix broken link for modd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7715c73..16431d0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Implementing some of [this very draft spec](https://github.com/robinsloan/spring ## run the server -If you have [modd]() installed, run `modd`. Alternatively, `go run server/main.go` +If you have [modd](https://github.com/cortesi/modd) installed, run `modd`. Alternatively, `go run server/main.go` ## run the client