Skip to content

Commit

Permalink
README.md: Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Nov 24, 2024
1 parent 13f894e commit d3b671d
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 d3b671d

Please sign in to comment.