From 0d2cb294927e3c6aea3e8aaf57c66adbf42e3e1b Mon Sep 17 00:00:00 2001 From: Owolabi Oromidayo <37741645+owolabioromidayo@users.noreply.github.com> Date: Tue, 10 May 2022 20:09:19 +0100 Subject: [PATCH] Fix Typos in README.md. Hope you don't mind :) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23e44e6..0e85117 100644 --- a/README.md +++ b/README.md @@ -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 😃.