From 6cce7713e1e7b17499987aa3ed568140481bbe3f Mon Sep 17 00:00:00 2001 From: Piotr Wielgolaski Date: Sat, 1 Apr 2017 16:30:46 +0200 Subject: [PATCH] Fix location of index.html in README.md There is no index.html in `public` folder, so we should use `dist` I suppose. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 427e5d99..3b3107f0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Will start nginx with swagger-ui on port 80. - Node 6.x - NPM 3.x -If you just want to see your specs, open `public/index.html` in your browser directly from your filesystem. +If you just want to see your specs, open `dist/index.html` in your browser directly from your filesystem. If you'd like to make modifications to the codebase, run the dev server with: `npm run dev`.