From 261f06b3ad535877902abb4c53361b8ccd4a3e66 Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Fri, 17 Mar 2023 20:12:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bf4ff018..4a3f7a081 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Dkron is a distributed cron service, easy to setup and fault tolerant with focus - Easy: Easy to use with a great UI - Reliable: Completely fault tolerant -- High scalable: Able to handle high volumes of scheduled jobs and thousands of nodes +- Highly scalable: Able to handle high volumes of scheduled jobs and thousands of nodes Dkron is written in Go and leverage the power of the Raft protocol and Serf for providing fault tolerance, reliability and scalability while keeping simple and easily installable.