diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@ Reads stream data from an io.Reader; can read from os.File and a byte array with | |||
| 4 | Uses bitwise operations.\ | 4 | Uses bitwise operations.\ |
| 5 | Support reading up to 64 bits at one time.\ | 5 | Support reading up to 64 bits at one time.\ |
| 6 | Includes wrapper functions for most used data types.\ | 6 | Includes wrapper functions for most used data types.\ |
| 7 | Error checking on all but wrapper functions.\ | 7 | Error checking on all but wrapper functions. |
| 8 | 8 | ||
| 9 | ## Installation | 9 | ## Installation |
| 10 | ```bash | 10 | ```bash |