diff --git a/samples/README.md b/samples/README.md index 0c6461e9f3..57a0af09fa 100644 --- a/samples/README.md +++ b/samples/README.md @@ -6,10 +6,10 @@ Take a look at some samples of Genkit in use: LLM usage - [js-menu](js-menu/): Progressively more sophisticated versions of a menu understanding app -- [chatbot](chatbot/): A simple chatbot with a JavaScript frontend +- [chatbot](js-chatbot/): A simple chatbot with a JavaScript frontend - [js-angular](js-angular/): Demo of streaming to an Angular frontend - [js-schoolAgent](js-schoolAgent/): A simple school assistant system with a routing agent and specialized agents -- [prompts](prompts/): Shows off several prompting techniques +- [js-prompts](js-prompts/): Shows off several prompting techniques These are also available in IDX, Google's Cloud-Based IDE, for you to try.