From 4592866136dad41fd5c45d1c5b3c30bd7d36bd8c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 19 Dec 2025 17:26:46 +0100 Subject: chore: Update README to remove 'fix' module reference Removed mention of the 'fix' module from the README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 402a8b6..50faf0c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Open C++ Libraries The OCL provides free header-only C++ source libraries for usage in C++ application development. -
-Modules include, a `core` library containing algorithms and containers for C++20 or later, and a `fix` module designed to parse `Financial Exchange Protocol` messages in modern C++. + +Modules include, a `core` library containing algorithms and containers for C++20 or later. These libraries were built on top of the Boost C++ libraries and C++ SL. Documentation can be found at: [ocl.nekernel.org](ocl.nekernel.org). -##### Copyright (c) 2025 Amlal El Mahrouss & OCL Authors, Licensed under BSL 1.0 \ No newline at end of file +##### Copyright (c) 2025 Amlal El Mahrouss & OCL Authors, Licensed under BSL 1.0 -- cgit v1.2.3