From c268f7cbb938dfbd7667d1cb2a7565e3c6f5aeb2 Mon Sep 17 00:00:00 2001 From: Piotr Karwatka Date: Tue, 10 Dec 2024 19:55:37 +0100 Subject: [PATCH] fix: npx fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f36ce..a931c2f 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Built with TypeScript and designed to be serverless-ready. It is very easy to get started. All you have to do is to create a file with your agents and workflow, then run it. -### Using `npx create` +### Using `npx create-fabrice-ai` Use our creator tool to quickly create a new AI agent project. ```bash -$ npx create ai-agent +$ npx create-fabrice-ai ``` You can choose from a few templates. You can see a full list of them [here](./example/README.md).