From 985e8bed68314fe714e6ea4afd0e4a77e60ca18c Mon Sep 17 00:00:00 2001 From: ChristianHersevoort Date: Mon, 20 Jul 2015 22:11:48 +0200 Subject: [PATCH] Update README.md Incorrect argument in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b699b5..7fbb3f58 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ cargo build A sample program implementing a headless Spotify Connect receiver is provided. Once you've built *librespot*, run it using : ```shell -target/debug/main -a APPKEY -u USERNAME -c CACHEDIR -d DEVICENAME +target/debug/main -a APPKEY -u USERNAME -c CACHEDIR -n DEVICENAME ``` where `APPKEY` is the path to a Spotify application key file, `USERNAME` is your Spotify username, `CACHEDIR` is the path to directory where data will be cached,