From 95ad973be9514816049dbb85cd8112707607be8a Mon Sep 17 00:00:00 2001 From: badraoul Date: Fri, 12 Apr 2024 16:16:45 -0700 Subject: [PATCH] Update 5-README-stuff-prompt.md changed double-equal "==" to single equal sign "=" in statement "http GET localhost:8080/ai/stuff stuffit=true" --- 5-README-stuff-prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-README-stuff-prompt.md b/5-README-stuff-prompt.md index 422151d..aed0186 100644 --- a/5-README-stuff-prompt.md +++ b/5-README-stuff-prompt.md @@ -68,7 +68,7 @@ In the `resources\docs\` directory, there's a file named `wikipedia-curling.md` To stuff the prompt, send a request with the `stuffit` request parameter set to true. ```shell -http GET localhost:8080/ai/stuff stuffit==true +http GET localhost:8080/ai/stuff stuffit=true ``` or using `curl` ```shell