From 34d7192f2a5c367d2839f2f2174164331a11b284 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 18 Jul 2022 13:57:14 +0200 Subject: [PATCH] README.md: Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7ca7ac..e8b2ab3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This program implements EOSIO healthcheck for HAProxy over TCP. You will need go-lang version `1.14` or later to compile the source. -First you need to install golang dependacies: +First you need to install golang dependencies: ```sh $ make deps