Fix use declaration typo in README code example

This commit is contained in:
Henrique Borges
2023-04-12 23:02:50 -03:00
committed by GitHub
parent 985a2553cf
commit ebbec4e6b9
+1 -1
View File
@@ -25,7 +25,7 @@ Note that only **open**, **WEP** and **WPA-PSK** networks are supported at the m
## Example ## Example
```Rust ```Rust
use wifi_rs::{prelude::*, Wifi}; use wifi_rs::{prelude::*, WiFi};
fn main() -> Result<(), WifiConnectionError> { fn main() -> Result<(), WifiConnectionError> {
let config = Some(Config { let config = Some(Config {