From 26d2e5e72d10066c9b13bdb488eaf2414fffc461 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Thu, 24 May 2012 11:21:38 +0100 Subject: [PATCH] Updated README with new options --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f24e83c..c5c8d88 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,19 @@ The following options are supported: True if you want a browser to be opened to the server. Defaults to true in development mode, false in production mode. -* `:middleware` - - A list of middleware functions to apply to the handler. Defaults to - `[wrap-stacktrace wrap-reload]` in development. +* `:stacktrace?` - + True if you want a stacktrace to be displayed in the browser when + an exception is raised. Default to true in development, false in + production. + +* `:auto-reload?` - + True if you want your source files to be automatically reloaded + when they are modified. Defaults to true in development, false in + production. + +* `:auto-refresh?` - + True if you want your browser to automatically refresh when source + files are changed. Defaults to false. ## License