From 5771318d786940c6871eebc501aa032acf1de3f3 Mon Sep 17 00:00:00 2001 From: Anthony Verez Date: Sat, 26 Apr 2014 00:25:36 -0700 Subject: [PATCH] docs: document the view option closes #1 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 1c058a5..74699e4 100644 --- a/index.js +++ b/index.js @@ -67,6 +67,7 @@ var mediaType = { * Options: * * - `hidden` display hidden (dot) files. Defaults to false. + * - `view` display mode. 'titles' and 'details' are available. Defaults to titles. * - `icons` display icons. Defaults to false. * - `filter` Apply this filter function to files. Defaults to false. * - `template` Optional path to html template. Defaults to a built-in template.