diff --git a/docs/api/index.md b/docs/api/index.md index 65c52c7..3549297 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -110,7 +110,6 @@ app.listen(3000); Application settings are properties on the `app` instance, currently the following are supported: - - `app.name` optionally give your application a name - `app.env` defaulting to the __NODE_ENV__ or "development" - `app.proxy` when true proxy header fields will be trusted - `app.subdomainOffset` offset of `.subdomains` to ignore [2]