From 44e97f99bbe94f51e9965d5fc18205f155b53b42 Mon Sep 17 00:00:00 2001
From: Thijs <snijder@astron.nl>
Date: Fri, 1 Oct 2021 10:41:56 +0200
Subject: [PATCH] fixed capitalisation issue in README

---
 devices/statistics_writer/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/statistics_writer/README.md b/devices/statistics_writer/README.md
index 7887e9f47..6111efc6b 100644
--- a/devices/statistics_writer/README.md
+++ b/devices/statistics_writer/README.md
@@ -19,7 +19,7 @@ This script can be called with the following arguments:
   --output_dir  specifies the folder to write all the files
   --mode        sets the statistics type to be decoded options: "SST", "XST", "BST"
   --debug       takes no arguments, when used prints a lot of extra data to help with debugging
-  --Decimation  Configure the writer to only store one every n samples. Saves storage space
+  --decimation  Configure the writer to only store one every n samples. Saves storage space
   ```
 
 ##HFD5 structure
-- 
GitLab