Skip to content

Commit

Permalink
Fixed error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmagicalcat committed Oct 30, 2023
1 parent 36fe960 commit a97c595
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 @@ -15,7 +15,7 @@ cargo add crane-webserver
Create an HTTP server that responds with a message.

```rust
use crane_webserver::webserver::WebServer;
use crane_webserver::*;

fn main() {
let server = WebServer::bind("127.0.0.1:8888", |path, query| {
Expand Down

0 comments on commit a97c595

Please sign in to comment.