Update README.md

This commit is contained in:
LesnyRumcajs 2019-02-03 16:27:44 +01:00 committed by GitHub
parent d2d287f252
commit 14b2890d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ Library for managing Wake-on-LAN packets. It supports:
# Typical usage
From string representation of MAC address and using defaults when broadcasting:
```rust
extern crate wakey;
let wol = wakey::WolPacket::from_string("01:02:03:04:05:06", ':');