From acadfb52707ed3e1eeca2ff02fabd18272e38bc4 Mon Sep 17 00:00:00 2001 From: Evan Arnold Date: Fri, 20 Sep 2024 11:24:36 -0500 Subject: [PATCH] fix typos in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f42fef..6ed576f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This draws heavy inspiration from `ActionMailer::Preview`. ## Motivation & Usage -As LLMs have become ubiquitous in web applications, we've that prompts intended for Claude or GPT have become scattered throughout our codebase or buried within objects. Often, these prompts were built inline through string manipulation. Our thinking was two-fold, 1) Let's come up with a simple pattern for organizing and rendering these prompts, and 2) Let's make them easy to review. +As LLMs have become ubiquitous in web applications, I've noticed that prompts intended for Claude or GPT have become scattered throughout our codebase or buried within objects. Often, these prompts were built inline through string manipulation. My thinking was two-fold, 1) Let's come up with a simple pattern for organizing and rendering these prompts, and 2) Let's make them easy to review. ## Installation