diff --git a/theb/README.md b/theb/README.md index 982c34a..ca978fc 100644 --- a/theb/README.md +++ b/theb/README.md @@ -8,4 +8,5 @@ import theb # simple streaming completion for token in theb.Completion.create('hello world'): print(token, end='', flush=True) -``` \ No newline at end of file +print("") +```