Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ujamshed committed Sep 5, 2022
1 parent 2b970ba commit e3c0988
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 @@ -28,9 +28,9 @@ To use this project, pip install the module on your device using the command bel
[(Back to top)](#table-of-contents)

```python
from dbg import dbg
from dgbg import dgbg

box = dbg.binding_box('ex_file_path.pdb')
box = dgbg.binding_box('ex_file_path.pdb')

ligand_data = box.get_ligand_data('ligand_ID', 'chain_ID')

Expand Down

0 comments on commit e3c0988

Please sign in to comment.