Minor Readme fixes

This commit is contained in:
Jeremy Wall 2022-02-07 15:39:26 -05:00
parent d5672b00c6
commit 07c88084d8

View File

@ -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
https://docs.rs/icmp-socket/0.1.2