Skip to content

Commit 8f2b6b2

Browse files
author
mirkobrombin
committed
wrong import in example
1 parent 2d7cd28 commit 8f2b6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python3 setup.py install
3131
## Usage
3232
As a **library**, you can use the `EasyTerm` class as follows:
3333
```python
34-
import easyterm
34+
from easyterm import easyterm
3535
easyterm.EasyTerm(
3636
cwd='/path',
3737
command='/bin/bash',

0 commit comments

Comments
 (0)