Skip to content

Commit 523de70

Browse files
authored
Change production instructions
1 parent 97aed52 commit 523de70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ add-path adds the node_modules/.bin directory to your PATH so you can run comman
5252
# Production
5353

5454
1. npm run build (this also runs lint)
55-
2. Copy the files in the 'build' directory to your web server under the directory public
56-
3. Copy the files in the 'www' directory to your web server
55+
2. Copy the file www/index.html to your web server
56+
3. Copy the files in the 'build' directory to your web server in a directory named 'public' that is located in the same directory as index.html
5757

0 commit comments

Comments
 (0)