From ec32390f05419812e8d1baee84a2f27d5848ce71 Mon Sep 17 00:00:00 2001 From: eliot-akira Date: Thu, 1 Feb 2024 14:07:36 +0100 Subject: [PATCH] Fix typo in Markdown bold --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 103f4ff..c3669f3 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Here are the three `fabric` ecosystem pieces, and how they work together. - The **Mill** is the (optional) server that makes **Patterns** available. - **Patterns** are the actual AI use cases. -- **Looms** are the modular, client-side apps that call a specific **Pattern** hosted by a **Mill\*\*. +- **Looms** are the modular, client-side apps that call a specific **Pattern** hosted by a **Mill**. ## Usage