From 58433589974edcf7de555d668238f219f03506ee Mon Sep 17 00:00:00 2001 From: LYND$KG <60162813+lyndskg@users.noreply.github.com> Date: Thu, 28 Dec 2023 07:40:18 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62375a5..ff02116 100644 --- a/README.md +++ b/README.md @@ -264,13 +264,13 @@ Going beyond the basic implementation, this project showcases an array of advanc - **`QuantLib` (Optional):** > - `QuantLib` provides tools for quantitative finance, including derivative pricing and risk management. #### Testing, Mocking, and Quality Assurance: ->> - **`Google Test` (for Unit Testing):** +- **`Google Test` (for Unit Testing):** > - `Google Test` is a widely used testing framework for `C++`. >> - It supports test fixtures, test discovery, and various assertions. ->> - **`Google Mock` (for Mocking):** -> - `Google Mock` is a framework for creating mock classes and performing mock-based testing. ->> - **`Clang` Static Analyzer (Optional):** -> - `Clang Static Analyzer` is a powerful tool for static code analysis, helping to identify potential issues in the code. +- **`Google Mock` (for Mocking):** +> - `Google Mock` is a framework for creating mock classes and performing mock-based testing. +- **`Clang` Static Analyzer (Optional):** +> - `Clang Static Analyzer` is a powerful tool for static code analysis, helping to identify potential issues in the code. ### Database: **`SQLite`** > - `SQLite` is a lightweight, embedded database that can be used for local storage of option parameters.