Skip to content

Commit

Permalink
Merge pull request #11 from jayvdb/patch-1
Browse files Browse the repository at this point in the history
README.md: Fix example
  • Loading branch information
fundon authored Nov 25, 2024
2 parents 13f894e + d3b671d commit a607c03
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 @@ -33,7 +33,7 @@ cargo add mime-db
## Usage

```rust
use mime_db::{extension, extensions, lookup};
use mime_db::{extension, extensions2, lookup};

assert_eq!(lookup("json").unwrap(), "application/json");
assert_eq!(lookup(".md").unwrap(), "text/markdown");
Expand Down

0 comments on commit a607c03

Please sign in to comment.