From d2e8d413917a97da46837aab21f628480203e73a Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 24 Jun 2016 18:23:32 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92546e61..b816184a 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ main() async { # Options `serveStatic` accepts two named parameters. -- **sourceDirectory**: A `Directory` containing the files to be served. If left null, then Angel will serve either from `build` or - `build/web`, depending on your `ANGEL_ENV`. +- **sourceDirectory**: 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