Skip to content

Commit

Permalink
wrong import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Nov 11, 2021
1 parent 2d7cd28 commit 8f2b6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python3 setup.py install
## Usage
As a **library**, you can use the `EasyTerm` class as follows:
```python
import easyterm
from easyterm import easyterm
easyterm.EasyTerm(
cwd='/path',
command='/bin/bash',
Expand Down

0 comments on commit 8f2b6b2

Please sign in to comment.