diff --git a/README.md b/README.md index c8d3b69..f6dc003 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ messages=[ {'question': 'Who won the world series in 2020?', 'answer': 'The Los Angeles Dodgers won the World Series in 2020.'}, {'question': 'Where was it played?'} ] -answer = p(messages) +answer = p(messages).get()[0] ```