From 24cdbfe795122fc1a8cd4e4b4ebb1cc7443580f9 Mon Sep 17 00:00:00 2001 From: Kalin Chernev Date: Sat, 25 Mar 2017 09:45:19 +0100 Subject: [PATCH] Update README.md The output folder is actually `dist`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b950d8d..9ec000f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ npm start Then visit http://localhost:3000/ - BrowserSync will automatically reload CSS or refresh the page when stylesheets or content changes. -To build your static output to the `/public` folder, use: +To build your static output to the `/dist` folder, use: ```bash npm run build