summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-19 17:26:46 +0100
committerGitHub <noreply@github.com>2025-12-19 17:26:46 +0100
commit4592866136dad41fd5c45d1c5b3c30bd7d36bd8c (patch)
tree4672b3a133c65bf0bd21cf78252f233f06972969
parenteed539196ff0385ae3e8e8a84156ace16a4317e8 (diff)
chore: Update README to remove 'fix' module reference
Removed mention of the 'fix' module from the README.
-rw-r--r--README.md6
1 files 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.
-<br/>
-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