From a3035ee3a01450d7d608ed4b0f400a2e7ccc8441 Mon Sep 17 00:00:00 2001
From: seppeon <davidledger@live.com.au>
Date: Wed, 20 Sep 2023 18:18:41 +1000
Subject: [PATCH] Simplify the language used for projects.

---
 pages/cv.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/cv.js b/pages/cv.js
index 0a20814..07a07c8 100644
--- a/pages/cv.js
+++ b/pages/cv.js
@@ -17,9 +17,9 @@ const Resume = (props) => (
                 <Accordion.Body>
                     <ul>
                         <li>Lead development of a classifier to determine shockability of heart rhythms.</li>
-                        <li>Developed firmware in C++ with CMake for a  medical device.</li>
+                        <li>Developed firmware in C++ for a medical device.</li>
                         <li>Introduced best practices (static analysis, unit  testing, automated testing and, CI/CD) to firmware development.</li>
-                        <li>Developed various desktop tools for other teams in  C++ with CMake and C# to assist with automated testing.</li>
+                        <li>Developed various desktop tools in C++ and C# for other teams to assist with automated testing.</li>
                         <li>Implement various parsers in Python, used to  enhance generated documentation for the device.</li>
                     </ul>
                 </Accordion.Body>
-- 
GitLab