summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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.