From 98622a7a477f266c39af770cf45486e66e5e559a Mon Sep 17 00:00:00 2001 From: Paul Hernandez <60959+phernandez@users.noreply.github.com> Date: Wed, 16 Apr 2025 07:50:12 -0500 Subject: [PATCH] Update README.md fix example json for passing --project arg Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb227ca0..6bcc0a36 100644 --- a/README.md +++ b/README.md @@ -333,9 +333,9 @@ config: "command": "uvx", "args": [ "basic-memory", - "mcp", "--project", - "your-project-name" + "your-project-name", + "mcp" ] } }