Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aofei committed May 5, 2019
1 parent 77e3c19 commit e0ea7ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ MIMESniffer implements the algorithm described at
[magic numbers](https://en.wikipedia.org/wiki/Magic_number_\(programming\)#Magic_numbers_in_files))
listed [here](https://www.garykessler.net/library/file_sigs.html) to determine
the MIME type of the given data. So it can be used as an alternative for the
`http.DetectContentType`.
[`http.DetectContentType`](https://godoc.org/net/http#DetectContentType).

## Features

* Extremely easy to use
* Only two functions
* `mimesniffer.Register`
* `mimesniffer.Sniff`
* [`mimesniffer.Register`](https://godoc.org/github.com/aofei/mimesniffer#Register)
* [`mimesniffer.Sniff`](https://godoc.org/github.com/aofei/mimesniffer#Sniff)
* Quite fast
* Supports a wide range of MIME types
* `application/epub+zip`
Expand Down Expand Up @@ -113,12 +113,12 @@ done.
## Community

If you want to discuss this project, or ask questions about it, simply post
If you want to discuss MIMESniffer, or ask questions about it, simply post
questions or ideas [here](https://github.com/aofei/mimesniffer/issues).

## Contributing

If you want to help build this project, simply follow
If you want to help build MIMESniffer, simply follow
[this](https://github.com/aofei/mimesniffer/wiki/Contributing) to send pull requests
[here](https://github.com/aofei/mimesniffer/pulls).

Expand Down

0 comments on commit e0ea7ac

Please sign in to comment.