From 115c3ead7310b4fca78a5599ebb15ae4f9646c4f Mon Sep 17 00:00:00 2001 From: Edward Tsech Date: Fri, 24 May 2013 16:00:36 +0200 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88379ba..125a921 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The following options are supported: none). The full URI will be constructed like: `http://{host}:{port}{browser-uri}` -* `:stacktrace?` - +* `:stacktraces?` - 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.