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