From 52c5127a3e787871e2fc737b65ed6882a0685d25 Mon Sep 17 00:00:00 2001 From: Marius Bancila Date: Mon, 10 Aug 2026 14:54:30 +0300 Subject: [PATCH] Revise croncpp library description in README Updated description to clarify C++ version support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818c530..c13bc40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # croncpp -croncpp is a C++11/14/17 header-only cross-platform library for handling CRON expressions. It implements two basic operations: parsing an expression and computing the next occurence of the scheduled time. +**croncpp** is a C++ header-only cross-platform library for handling CRON expressions. Works with any compiler that supports C++11 or anything newer. It implements two basic operations: parsing an expression and computing the next occurence of the scheduled time. [![CI](https://github.com/mariusbancila/croncpp/actions/workflows/ci.yml/badge.svg)](https://github.com/mariusbancila/croncpp/actions/workflows/ci.yml)