Milim
commited on
Commit
·
4cb38b1
1
Parent(s):
4402168
Fix docs
Browse files- src/lib.rs +1 -1
src/lib.rs
CHANGED
@@ -32,7 +32,7 @@ use handler::public_paths::get_public_path;
|
|
32 |
///
|
33 |
/// ```rust
|
34 |
/// use std::net::TcpListener;
|
35 |
-
/// use websurfx::{
|
36 |
///
|
37 |
/// let config = Config::parse().unwrap();
|
38 |
/// let listener = TcpListener::bind("127.0.0.1:8080").expect("Failed to bind address");
|
|
|
32 |
///
|
33 |
/// ```rust
|
34 |
/// use std::net::TcpListener;
|
35 |
+
/// use websurfx::{config::parser::Config, run};
|
36 |
///
|
37 |
/// let config = Config::parse().unwrap();
|
38 |
/// let listener = TcpListener::bind("127.0.0.1:8080").expect("Failed to bind address");
|