From 07c88084d89cce47a1fda19ca873fe4b0a4ff1f5 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 7 Feb 2022 15:39:26 -0500 Subject: [PATCH] Minor Readme fixes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eefcbd0..18207f6 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,8 @@ It can construct and parse the common ICMP packets for both ICMP4 and ICMP6. ```rust let packet4 = Icmpv4Packet::with_echo_request(42, 1, "payload".to_bytes()); let packet6 = Icmpv6Packet::with_echo_request(42, 1, "payload".to_bytes()); -) ``` # API Documentation -https://docs.rs/icmp-socket/0.1.1 \ No newline at end of file +https://docs.rs/icmp-socket/0.1.2 \ No newline at end of file