diff --git a/assets/js/commands.js b/assets/js/commands.js
index 86a0549..f6dc372 100644
--- a/assets/js/commands.js
+++ b/assets/js/commands.js
@@ -226,14 +226,14 @@ const snarkyResponses = [
function educationCommand(args) {
return `Education:
- - **B.S. Digital Marketing**, Utah Valley University (2010 - 2014)
+ - B.S. Digital Marketing, Utah Valley University (2010 - 2014)
- **Flatiron School**, Software Engineering Immersive (2017)
`;
}
function experienceCommand(args) {
return `Experience:
- 1. **Software Engineer, Applications**, JupiterOne (October 2021 - Present)
+ Software Engineer, Applications, JupiterOne (October 2021 - Present)
Natural Language Querying
− Designed and developed the integration of generative AI into our search experience, converting natural language to our query language. Resulted in one of our highest adoption rates and helped accelerate platform time-to-value.
− Implemented a vector database embedding cache, improving query response times and reducing operational costs.