]> code.octet-stream.net Git - netwatcher/commitdiff
Fix typo in README
authorThomas Karpiniec <tom.karpiniec@outlook.com>
Fri, 28 Jun 2024 02:20:38 +0000 (12:20 +1000)
committerThomas Karpiniec <tom.karpiniec@outlook.com>
Fri, 28 Jun 2024 02:20:38 +0000 (12:20 +1000)
README.md

index f0717514b5d41d53144b74d71cc90a052399ded4..9677614fd54e819094d32e2cd6ca99e3a92401f4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 `netwatcher` is a cross-platform Rust library for enumerating network interfaces and their IP addresses, featuring the ability to watch for changes to those interfaces _efficiently_. It uses platform-specific methods to detect when interface changes have occurred instead of polling, which means that you find out about changes more quickly and there is no CPU or wakeup overhead when nothing is happening.
 
 
 `netwatcher` is a cross-platform Rust library for enumerating network interfaces and their IP addresses, featuring the ability to watch for changes to those interfaces _efficiently_. It uses platform-specific methods to detect when interface changes have occurred instead of polling, which means that you find out about changes more quickly and there is no CPU or wakeup overhead when nothing is happening.
 
-## Current platform suport
+## Current platform support
 
 | Platform | Min Version | List | Watch | Notes                                                                                 |
 |----------|-------------|------|-------|---------------------------------------------------------------------------------------|
 
 | Platform | Min Version | List | Watch | Notes                                                                                 |
 |----------|-------------|------|-------|---------------------------------------------------------------------------------------|