aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7bb13b2..fc7c523 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,6 @@ tokio = { version = "1.26.0", features = ["full"] }
```rust
// src/main.rs
-use windmark::Response;
-
#[windmark::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
windmark::Router::new()