🏡 index : ~doyle/sonos.rs.git

author Jordan Doyle <jordanjd@amazon.com> 2018-01-20 19:56:57.0 +00:00:00
committer Jordan Doyle <jordanjd@amazon.com> 2018-01-20 19:58:46.0 +00:00:00
commit
da1d2e0d59186ebbe4d78cb54966c1791db253d3 [patch]
tree
fcc0ba79b1713fbfdeeeb3ddacea31af7291e127
parent
5e888754dea22a69ff60b92d739c06e4c498e20d
download
da1d2e0d59186ebbe4d78cb54966c1791db253d3.tar.gz

Add a docs badge



Diff

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index de11aa0..de50d8a 100644
--- a/README.md
+++ a/README.md
@@ -1,6 +1,6 @@
# sonos.rs

[![License](https://img.shields.io/github/license/w4/reaper.svg?style=flat-square)](https://github.com/w4/sonos.rs) [![Downloads](https://img.shields.io/crates/d/sonos.svg?style=flat-square)](https://crates.io/crates/sonos) [![Version](https://img.shields.io/crates/v/sonos.svg?style=flat-square)](https://crates.io/crates/sonos)
[![License](https://img.shields.io/github/license/w4/reaper.svg)](https://github.com/w4/sonos.rs) [![Downloads](https://img.shields.io/crates/d/sonos.svg)](https://crates.io/crates/sonos) [![Version](https://img.shields.io/crates/v/sonos.svg)](https://crates.io/crates/sonos) [![Docs](https://docs.rs/sonos/badge.svg)](https://docs.rs/sonos)

sonos.rs is a Sonos controller library written in Rust. Currently it only supports playback operations (play,
pause, stop, skip, add track to queue, remove track from queue) with no support for search operations as of yet.