소스 검색

Merge pull request #5 from ChristianHersevoort/patch-1

Update README.md
Paul Lietar 9 년 전
부모
커밋
3fb56e9c3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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,