Skip to content

Commit

Permalink
docs: update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 19, 2024
1 parent 3b12463 commit 677b769
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 @@ -22,7 +22,7 @@ popen_apbs("--help") # like subprocess.Popen(["apbs", "-h"])
run_apbs("") # like subprocess.run(["apbs"])

# Pass a list of arguments
run_apbs(["-Trim", "input.pdb"])
run_apbs(["--output-format=xml", "input.in"])

# Run multivalue
run_multivalue(...)
Expand Down

0 comments on commit 677b769

Please sign in to comment.