Merge pull request #14 from owolabioromidayo/patch-1

Fix Typos in README.md.
This commit is contained in:
Tochukwu Nkemdilim
2022-05-11 08:25:25 +02:00
committed by GitHub
+3 -3
View File
@@ -38,7 +38,7 @@ fn main() -> Result<(), WifiConnectionError> {
Ok(result) => println!(
"{}",
if result == true {
"Connection Successfull."
"Connection Successful."
} else {
"Invalid password."
}
@@ -83,8 +83,8 @@ fn main() -> Result<(), WifiConnectionError> {
## Contribution
Any feature you feel is missing, why not send in a Pull Request, and let's help make this project better. Or are there any bugs, kindly create an issue, so we could work together towards fixing it.
Any feature you feel is missing, why not send in a Pull Request, and let's help make this project better. Or if there are any bugs, kindly create an issue, so we could work together towards fixing it.
## Support
Love this project, please show some love by staring the project 😃.
Love this project, please show some love by starring the project 😃.