summaryrefslogtreecommitdiffstats
path: root/openai_rev/theb/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--openai_rev/theb/README.md (renamed from theb/README.md)3
1 files changed, 1 insertions, 2 deletions
diff --git a/theb/README.md b/openai_rev/theb/README.md
index 982c34a1..bd37ba3f 100644
--- a/theb/README.md
+++ b/openai_rev/theb/README.md
@@ -1,9 +1,8 @@
### Example: `theb` (use like openai pypi package) <a name="example-theb"></a>
-
```python
# import library
-import theb
+from openai_rev import theb
# simple streaming completion
for token in theb.Completion.create('hello world'):