Skip to content

Commit c5e9fea

Browse files
committed
updated README
1 parent 883dcae commit c5e9fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ To access the library import an OpenPlatform class and call an instance with the
2929

3030

3131
```python
32-
from openplatform import OpenPlatform
32+
from openp_py import OpenPy
3333

3434
# Access API via instance of OpenPlatform class
35-
op = OpenPlatform(open_key)
35+
op = OpenPy(open_key)
3636
```
3737
`open_key` - your open key.
3838

0 commit comments

Comments
 (0)