diff --git a/README.md b/README.md
index ba40d4a3ca14343dac5109f9064c6f47d1d8f895..fd3fe6748ad8b1e86316bf99beaedae814fac390 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ CMD ["java", "-cp", "/devs-dclitest/bin:/devs-dclitest/lib/fwkdevs-v0.7", "Simul
 
 Right click to *Dockerfile* → *Run As* → *Docker Image Build*.
 
-![alt text](image.png)
+![alt text](./screenshot%20images/image.png)
 
 Write *Image Name*, e.g. *devs-dcli:test*.
 
@@ -114,7 +114,7 @@ Successfully built 530f80b5391d
 Successfully tagged devs-dcli:test
 ```
 If successfully, right click on the main class, then *Run As* → *Java Application in Container*. 
-![alt text](image-1.png)
+![alt text](./screenshot%20images/image-1.png)
 
 **Note:** In case Docker Tooling has some problems, install Docker on Ubuntu (follow guildlines [here](https://docs.docker.com/engine/install/ubuntu/)). Then build and run docker by command line:
 
@@ -154,7 +154,7 @@ You will see the VSCode workspace opened. Test running the java program inside t
 java -cp /devs-dclitest/bin:/devs-dclitest/lib/fwkdevs-v0.7 Simulator
 ```
 
-![alt text](image-2.png)
+![alt text](./screenshot%20images/image-2.png)
 
 Stop the container: