Skip to content

Commit d8f7cf5

Browse files
committed
Update README.md
1 parent db14465 commit d8f7cf5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ pytest
3131
## Usage
3232

3333
```python
34-
from bandwidth-numbers import Account, Client
35-
```
34+
from bandwidth_numbers import Account, Client
3635

37-
```python
3836
client = Client(url="https://dashboard.bandwidth.com/api", account_id=123456, username="foo",
3937
password="bar")
4038
```

0 commit comments

Comments
 (0)