Skip to content

Commit

Permalink
fix readme text
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Nov 7, 2016
1 parent dc2fd3a commit 289c461
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 @@ -9,7 +9,7 @@
alt="logo" width="200" height="200">

xphyle is a small python (3.3+) library that makes it easy to open compressed
files for the highest-possible performance available on your system. Most importantly, xphyle will compress/uncompress files if the appropriate program is available on your system; this is almost always faster than using the corresponding python libraries. xphyle also provides methods that simplify common file I/O operations.
files. Most importantly, xphyle will use the appropriate program (e.g. 'gzip') to compress/uncompress a file if it is available on your system; this is almost always faster than using the corresponding python library. xphyle also provides methods that simplify common file I/O operations.

# Installation

Expand Down

0 comments on commit 289c461

Please sign in to comment.