Skip to content

Commit 1260d08

Browse files
docs: update import package name
1 parent d930d81 commit 1260d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/py/sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ uv add context7
1818

1919
```python
2020
import asyncio
21-
from context7 import Context7
21+
from context7-sdk import Context7
2222

2323
async def main():
2424
async with Context7(api_key="ctx7sk_...") as client:

packages/py/sdk/src/context7/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Example:
88
```python
99
import asyncio
10-
from context7 import Context7
10+
from context7-sdk import Context7
1111
1212
async def main():
1313
async with Context7(api_key="ctx7sk_...") as client:

0 commit comments

Comments
 (0)