From 803b24dc50e2207cfa259dab09460434da06a9e4 Mon Sep 17 00:00:00 2001 From: Jeremy Tammik Date: Tue, 4 Jun 2024 17:59:22 +0200 Subject: [PATCH] typo typo: missing `n` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca3495..55545e2 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ AutoNode operates based on a site-graph that defines the navigation and actions "site_url": "string", "objective": "string", "graph_path": "string", - "planer_prompt": "string" + "planner_prompt": "string" } ```