diff --git a/README.md b/README.md index 5745cf1..03731a0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This crates provides a basic library [httpsig](./httpsig) and [its extension](./ ## Usage of Extension for `hyper` (`httpsig-hyper`) -```rust: +```rust use http::Request; use http_body_util::Full; use httpsig_hyper::{prelude::*, *};