Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour authored Jul 13, 2020
1 parent a452667 commit 0bafba9
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 @@ -10,8 +10,8 @@ Install with:

Example use:

import fastx
for name, seq, qual for Fastx(filename):
from fastx import Fastx
for name, seq, qual in Fastx(filename):
print(">{}\n{}".format(name, seq))

This library was inspired by the benchmarking page below and that the
Expand Down

0 comments on commit 0bafba9

Please sign in to comment.