Skip to content

Commit f9a587a

Browse files
committed
docs: update crate documentation
1 parent af0c799 commit f9a587a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

file_type/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! # `FileType`
1+
//! # `file_type`
22
//!
33
//! [![Code Coverage](https://codecov.io/gh/theseus-rs/file-type/branch/main/graph/badge.svg)](https://codecov.io/gh/theseus-rs/file-type)
44
//! [![Benchmarks](https://img.shields.io/badge/%F0%9F%90%B0_bencher-enabled-6ec241)](https://bencher.dev/perf/theseus-rs-file-type)
@@ -11,9 +11,9 @@
1111
//! signatures and file extensions.
1212
//!
1313
//! Signature, extension and media type data are provided by:
14-
//! [The National Archives PRONOM](https://www.nationalarchives.gov.uk/pronom/)
15-
//! [Apache HTTPD](https://github.com/apache/httpd/blob/trunk/docs/conf/mime.types)
16-
//! [Linguist](https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml)
14+
//! * [The National Archives PRONOM](https://www.nationalarchives.gov.uk/pronom/)
15+
//! * [Apache HTTPD](https://github.com/apache/httpd/blob/trunk/docs/conf/mime.types)
16+
//! * [Linguist](https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml)
1717
//!
1818
//! # Example
1919
//!

0 commit comments

Comments
 (0)