Update README.md
This commit is contained in:
@@ -5,6 +5,7 @@ Library for managing Wake-on-LAN packets. It supports:
|
|||||||
|
|
||||||
# Typical usage
|
# Typical usage
|
||||||
|
|
||||||
|
From string representation of MAC address and using defaults when broadcasting:
|
||||||
```rust
|
```rust
|
||||||
extern crate wakey;
|
extern crate wakey;
|
||||||
let wol = wakey::WolPacket::from_string("01:02:03:04:05:06", ':');
|
let wol = wakey::WolPacket::from_string("01:02:03:04:05:06", ':');
|
||||||
|
|||||||
Reference in New Issue
Block a user