From 790ef6da85b6d475b769a39f7341446f94af9749 Mon Sep 17 00:00:00 2001 From: Marcus Schiesser Date: Sun, 23 Mar 2025 11:38:52 +0200 Subject: [PATCH] fix: args typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ac111..8bb5424 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ On Windows: `%APPDATA%/Claude/claude_desktop_config.json` "llamacloud": { "command": "node", "args": [ - "/path/to/llamacloud/build/index.js", + "/path/to/llamacloud/build/index.js" ], "env": { "LLAMA_CLOUD_INDEX_NAME": "",