diff --git a/README.md b/README.md index ce3ee92..3eed372 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The search algorithm uses embeddings to efficiently match the keyword against th ```bash # Build the index from conversations.json -gpthistory build_index --file conversations.json +gpthistory build-index --file conversations.json # Search for conversations related to "chatbot" gpthistory search "chatbot"