Skip to content

Commit 51b8be5

Browse files
author
Wasin Waeosri
committed
modify pictures file names and README.md
1 parent b646413 commit 51b8be5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ The project includes the following files and folder
4747
3. If the machine is behind a proxy server, you need to configure Node.js uses proxy instead of a direct HTTP connection via the following command in command prompt: ```set https_proxy=http://<proxy.server>:<port>```
4848
4. Run ```$> webpack``` in the command prompt to build and compile all TypeScript files in *src* into JavaScript source file (*/web/dist/* folder)
4949

50-
![webpack command display](images/webpack.png "webpack command display")
50+
![webpack command display](images/webpack_screen.png "webpack command display")
5151

5252
5. Copy and deploy the *web* folder into in any web server (recommend [http-server](https://www.npmjs.com/package/http-server) for quick dev/testing)
5353
6. Open web browser, then navigate to index.html of the web server (example for http-server: ```hhttp://localhost:8080/index.html```)
5454

55-
![application display](images/application.png "application display")
55+
![application display](images/application_screen.png "application display")
5656

5757
## References
5858
For further details, please check out the following resources:

0 commit comments

Comments
 (0)