From 8fc27551fa12f51465a120ca30ddc82c3f823614 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Wed, 23 Nov 2016 12:24:04 -0500 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9618bb21..9a442161 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ main() async { The `VirtualDirectory` API accepts a few named parameters: - **source**: A `Directory` containing the files to be served. If left null, then Angel will serve either from `web` (in development) or `build/web` (in production), depending on your `ANGEL_ENV`. -- **indexFileNames**: A `List` of filenames that should be served as index pages. Default is `['index.html']`. - **publicPath**: To serve index files, you need to specify the virtual path under which angel_static is serving your files. If you are not serving static files at the site root, please include this.