Update README.md
This commit is contained in:
parent
d2d287f252
commit
14b2890d2f
|
@ -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", ':');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user