Skip to content

Commit 766490e

Browse files
Update READMEs
1 parent 72b0f92 commit 766490e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Monorepo for JPYC Python SDKs.
99

1010
Please refer to `README`s of respective SDKs for more details.
1111

12-
| name | `README` |
13-
| -----: | :----------------------------------------- |
14-
| `core` | [packages/core](./packages/core/README.md) |
12+
| name | `README` |
13+
| --------------: | :----------------------------------------- |
14+
| `jpyc-core-sdk` | [packages/core](./packages/core/README.md) |
1515

1616
## ⬇️ Installation
1717

packages/core/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ $ pip install jpyc_core_sdk
2121
### 2. Configure SDK Clients
2222

2323
```py
24-
from jpyc_core_sdk.client import SdkClient
25-
from jpyc_core_sdk.jpyc import JPYC
24+
from jpyc_core_sdk import JPYC, SdkClient
2625

2726
# Configure SDK client using default RPC endpoint
2827
client = SdkClient(

0 commit comments

Comments
 (0)