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,..."])