Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipj committed Jan 17, 2013
1 parent 1d71797 commit e39e3fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
```

Expand Down

0 comments on commit e39e3fc

Please sign in to comment.