From 0a03c88e92efb0260a44145aa4982de9d7bc15cd Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Mon, 10 Mar 2025 11:24:21 -0700 Subject: [PATCH] Update src/exports/README.md Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- src/exports/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exports/README.md b/src/exports/README.md index 876ff3bec8..0554580836 100644 --- a/src/exports/README.md +++ b/src/exports/README.md @@ -27,7 +27,7 @@ const instructions = await api.getCustomInstructions() console.log("Current custom instructions:", instructions) // Start a new task with an initial message. -await api.startNewTask("Hello, Cline! Let's make a new project...") +await api.startNewTask("Hello, Roo Code API! Let's make a new project...") // Start a new task with an initial message and images. await api.startNewTask("Use this design language", ["data:image/webp;base64,..."])