Skip to content

Commit 47f9623

Browse files
committed
Added basic usage info.
1 parent 23fb37e commit 47f9623

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ through 3.4.
2020

2121
## Usage
2222

23+
```python
24+
from nut2 import PyNUTClient
25+
client = PyNUTClient()
26+
client.help()
27+
```
28+
29+
Please note that the `nut2` API is currently **unstable** and subject to
30+
change. This module **will** break backwards compatability with PyNUT.
2331

2432
## Installation
2533

0 commit comments

Comments
 (0)