Skip to content

Commit

Permalink
simplified usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mojansch committed Jan 12, 2023
1 parent 42514d4 commit e2b4cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ I strongly recommend that users of version 1.0 upgrade to 2.0, because it doesn'

## Usage

import pydsb
from pydsb import PyDSB

dsb = pydsb.PyDSB("username", "password")
dsb = PyDSB("username", "password")

print(dsb.get_plans())
print(dsb.get_postings())
Expand Down

0 comments on commit e2b4cb0

Please sign in to comment.