diff --git a/README.md b/README.md index 7c7cf1ab..f4c33755 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ naptha run kb:wikipedia_kb -p "mode='query' query='Socrates'" ### Run an Agent that interacts with the Knowledge Base ```bash -naptha run agent:wikipedia_agent -p "query='socrates' question='Who is Socrates?'" --kb_node_urls "http://localhost:7001" +naptha run agent:wikipedia_agent -p "query='Socrates' question='Who is Socrates?'" --kb_node_urls "http://localhost:7001" ``` ## Personas