summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-13 21:08:32 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-13 21:08:32 +0100
commit9beab7d96a4275d7f41892c5a14a9ba6ddc1846b (patch)
tree6d10a14caa43fac747f4e3df957162e7c128944b /README.md
parent8f88b74fc4ab52970bde606f3310852e0c1e1901 (diff)
chore: fix typos in README.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e682de..402a8b6 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# Open C++ Libraries
The OCL provides free header-only C++ source libraries for usage in C++ application development.
-Module includes 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++.
+<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++.
These libraries were built on top of the Boost C++ libraries and C++ SL.