From 73e47e3f1b13fb17ebac17b8f0124d72a189a2c7 Mon Sep 17 00:00:00 2001 From: vinid Date: Tue, 11 Jun 2024 22:10:01 -0400 Subject: [PATCH] update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1cedc..fc30aab 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you know PyTorch, you know 80% of TextGrad. Let's walk through the key components with a simple example. Say we want to use GPT-4o to solve a simple reasoning problem. -The question is *If it takes 1 hour to dry 25 shirts under the sun, how long will it take to dry 30 shirts under the sun? Reason step by step.* +The question is *If it takes 1 hour to dry 25 shirts under the sun, how long will it take to dry 30 shirts under the sun? Reason step by step.* (Thanks, [Reddit User](https://www.reddit.com/r/OpenAI/comments/18q479x/comment/kf444es/)) ```python import textgrad as tg