From f81e79767b60c1ee804ae1404a7fb641abd613c3 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 24 Jun 2026 17:22:25 +0000 Subject: [PATCH] docs: fix typos and grammar in README Use a colon instead of a semicolon when introducing example commands and output blocks. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34a5ad2..0d8df20 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ cfengine format cfengine lint ``` -You can also specify filenames or folders; +You can also specify filenames or folders: ```bash cfengine lint main.cf ``` -When it finds a mistake, it points out where the problem is like this; +When it finds a mistake, it points out where the problem is like this: ``` "Hello, CFEngine"