From 843c6632d496612cbc89b644858af39b89a4c472 Mon Sep 17 00:00:00 2001 From: "peach, (Xi)" Date: Wed, 13 Dec 2017 17:31:08 +0000 Subject: [PATCH] Fix spelling. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 913365a..0e3e6fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IRCd-Healthcheck -A simple IRCd health-check utility, written in go, which returns a non-zero status code if unable to connect to a given IRC server. Perfect for use with mointoring systems. [Download a binary of the latest release here](https://github.com/StormBit/ircd-healthcheck/releases/latest). +A simple IRCd health-check utility, written in go, which returns a non-zero status code if unable to connect to a given IRC server. Perfect for use with monitoring systems. [Download a binary of the latest release here](https://github.com/StormBit/ircd-healthcheck/releases/latest). ### Usage: `./healthcheck -server=irc.stormbit.net:6667`