diff --git a/README.md b/README.md index a46a99c..af5072b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ $ mpv --input-ipc-server=/tmp/mpvsocket --idle Here is a small code example which connects to the socket /tmp/mpvsocket and toggles playback. ``` +extern crate mpvipc; + use mpvipc::*; use std::sync::mpsc::channel;