Skip to content

Commit 4cadab1

Browse files
author
Seth
committed
release location changed
1 parent 7ca6def commit 4cadab1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ or
5757
yarn build
5858
```
5959

60-
It will make a dist folder which is your files to run the tryon.
60+
It will make a public folder which is your files to run the tryon.
6161

6262
### how to try
63-
Open the dist folder & run the index.html file in browser, make sure if you can roll index.html from a server, like localhost
63+
Open the public folder & run the index.html file in browser, make sure if you can roll index.html from a server, like localhost
6464

6565
or use http-server to run the index.html file.
6666

@@ -73,7 +73,7 @@ yarn global add http-server
7373
7474
once done run the command (assuming you are in Virtual-tryon folder)
7575
```
76-
http-server -p 3000 ./dist -o http://localhost:3000/index.html
76+
http-server -p 3000 ./public -o http://localhost:3000/index.html
7777
```
7878
7979
### For Developers

0 commit comments

Comments
 (0)