From fd8da19ca22ff21e53fd73beda837492a0c85150 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Sat, 17 Jan 2026 10:10:40 -0500 Subject: [PATCH] docs: fix markdown formatting for 'adapter' word in tagline Fixed inconsistent markdown/HTML formatting that caused asterisks to display around 'adapt' in the rendered documentation. Changed from **adapt**er to plain 'adapter' for clean rendering. Co-Authored-By: Claude Sonnet 4.5 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 99f8bc665..92a3a38d3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ **AI-First Process Automation with Large Multimodal Models (LMMs)** -OpenAdapt is the **open** source software **adapt**er between Large Multimodal Models (LMMs) and traditional desktop and web GUIs. +OpenAdapt is the **open** source software adapter between Large Multimodal Models (LMMs) and traditional desktop and web GUIs. Collect human demonstrations, learn agent policies, and evaluate autonomous execution - all from a unified CLI.