Skip to content

Commit 713d2f1

Browse files
authored
fix(docs): link to Go package
1 parent 589ab97 commit 713d2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Small and dependency free [Python](http://python.org) package to infer file type and MIME type checking the [magic numbers](https://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_numbers_in_files) signature of a file or buffer.
44

5-
This is a Python port from [filetype](https://github.com/h2non/) Go package.
5+
This is a Python port from [filetype](https://github.com/h2non/filetype) Go package.
66
Works in Python `+3`.
77

88
## Features

0 commit comments

Comments
 (0)