From c2e0ed76354b09e86153d9a05c6f725e098cf7e9 Mon Sep 17 00:00:00 2001 From: Uriziel Date: Tue, 25 Sep 2012 17:32:13 +0300 Subject: [PATCH] Correcting minor mistakes in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d973289..a6c1b62 100644 --- a/README.md +++ b/README.md @@ -135,12 +135,14 @@ The following information is sent from the client to the server: * Syncplay version, server password and current 'room'. * Ping responses to assess latency. +None of them is currently stored. + The server has the ability to control the following aspects of the media player: * Current position (seek commands). * Current play state (pause and unpause commands). The client affects the following files: -* Modifying .syncplay file in %appdata% folder to store configuration information. +* Modifying .syncplay file in %APPDATA% (or $HOME on Linux version) folder to store configuration information. ## How to report bugs