From 6469358c2bcb2c03f72e6262d03aed9d057e9213 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 28 Dec 2023 19:51:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f088e..5139213 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# filetype [![Build Status](https://travis-ci.org/h2non/filetype.svg)](https://travis-ci.org/h2non/filetype) [![GoDoc](https://godoc.org/github.com/h2non/filetype?status.svg)](https://godoc.org/github.com/h2non/filetype) [![Go Version](https://img.shields.io/badge/go-v1.0+-green.svg?style=flat)](https://github.com/h2non/gentleman) +# filetype [![GoDoc](https://godoc.org/github.com/h2non/filetype?status.svg)](https://godoc.org/github.com/h2non/filetype) [![Go Version](https://img.shields.io/badge/go-v1.0+-green.svg?style=flat)](https://github.com/h2non/gentleman) Small and dependency free [Go](https://golang.org) package to infer file and MIME type checking the [magic numbers]() signature.