Merge pull request #19 from henriquehbr/master

Fix use declaration typo in README code example
This commit is contained in:
Tochukwu Nkemdilim
2023-04-13 09:41:07 +02:00
committed by GitHub
+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 {