diff --git a/README.md b/README.md index 4f1efbf..6fe04c5 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,9 @@ SimpleMind also allows for easy conversational flows: ``` -To continue the conversation, you can call `conversation.send()` again, which returns the next message in the conversation. +To continue the conversation, you can call `conversation.send()` again, which returns the next message in the conversation: ```pycon ->>> conversation.send() - - >>> conversation.add_message("user", "What is the meaning of life?") >>> conversation.send()