Skip to content

Commit

Permalink
Change maximum bytes required for detection
Browse files Browse the repository at this point in the history
Fix h2non#41

Signed-off-by: Byron Ruth <b@devel.io>
  • Loading branch information
bruth authored Jul 26, 2018
1 parent 3af83f1 commit 787ad79
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 @@ -14,7 +14,7 @@ For SVG file type checking, see [go-is-svg](https://github.com/h2non/go-is-svg)
- [Pluggable](#add-additional-file-type-matchers): add custom new types and matchers
- Simple and semantic API
- [Blazing fast](#benchmarks), even processing large files
- Only first 261 bytes representing the max file header is required, so you can just [pass a slice](#file-header)
- Only first 262 bytes representing the max file header is required, so you can just [pass a slice](#file-header)
- Dependency free (just Go code, no C compilation needed)
- Cross-platform file recognition

Expand Down

0 comments on commit 787ad79

Please sign in to comment.