Small correction in Readme example code

This commit is contained in:
Jonas Frei 2017-05-29 17:55:06 +02:00
parent ea0e60097d
commit 4ffa94357a
1 changed files with 2 additions and 0 deletions

View File

@ -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;