From 6b711756af6dbebf147b41e3abab060daeb66a0d Mon Sep 17 00:00:00 2001 From: dmitry Date: Fri, 25 Jul 2025 18:43:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd4afd..1cb0237 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # watchdog go get code.uint32.ru/tiny/watchdog -This package is a dead simple monitoring systems which may be used to check availability of online resources. +This package is a dead simple monitoring system which may be used to check availability of online resources. It is a work in progress, but also a working code with decent test coverage. API might change in later versions as well as more features might be added.