From 23af4246f4218b0c5308e643f8f578f7c20549b2 Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Fri, 28 Jun 2024 12:20:38 +1000 Subject: [PATCH 1/1] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f071751..9677614 100644 --- 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. -## Current platform suport +## Current platform support | Platform | Min Version | List | Watch | Notes | |----------|-------------|------|-------|---------------------------------------------------------------------------------------| -- 2.39.5