From e39e3fc8c4de947e49c1c746a17ce7e400775e44 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Thu, 17 Jan 2013 20:08:01 +0100 Subject: [PATCH] Readme update --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 069fa4e..31e30e0 100644 --- a/Readme.md +++ b/Readme.md @@ -18,9 +18,9 @@ client.query("/", function (error, result) { throw new Error("Could not connect to server"); } - result.attributes; // MediaContainer attributes - result.directory; // array of Directory items - // all directory-items will have the .uri-attribute attached + result.attributes; // MediaContainer attributes + result.directory; // array of child Directory items + // all directory-items will have the .uri-attribute attached }); ```