From ebbec4e6b93265d6293d3731bfcdaedd7ccd1bfc Mon Sep 17 00:00:00 2001 From: Henrique Borges <31735860+henriquehbr@users.noreply.github.com> Date: Wed, 12 Apr 2023 23:02:50 -0300 Subject: [PATCH] Fix use declaration typo in README code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e85117..ebcee17 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Note that only **open**, **WEP** and **WPA-PSK** networks are supported at the m ## Example ```Rust -use wifi_rs::{prelude::*, Wifi}; +use wifi_rs::{prelude::*, WiFi}; fn main() -> Result<(), WifiConnectionError> { let config = Some(Config {