Skip to content

Commit 130a54b

Browse files
committed
update README.md - replace OMCSessionZMQ with OMCSessionLocal
1 parent 70cb50f commit 130a54b

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
@@ -40,8 +40,8 @@ help(OMPython)
4040
```
4141

4242
```python
43-
from OMPython import OMCSessionZMQ
44-
omc = OMCSessionZMQ()
43+
from OMPython import OMCSessionLocal
44+
omc = OMCSessionLocal()
4545
omc.sendExpression("getVersion()")
4646
```
4747

0 commit comments

Comments
 (0)