From d8774dcbd106ff784680babaea7248b0ddd1c435 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sat, 3 Feb 2024 04:03:46 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b0807..9e92b53 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ The Fabric ecosystem has three primary components, all named within this textile - The **Mill** is the (optional) server that makes **Patterns** available. - **Patterns** are the actual granular AI use cases (prompts). -- **Stitch** are chained together _Patterns_ that create advanced functionality (see below). +- **Stitches** are chained together _Patterns_ that create advanced functionality (see below). - **Looms** are the client-side apps that call a specific **Pattern** hosted by a **Mill**. ### CLI-native