diff --git a/README.md b/README.md
index e77ee33112fbad4e38b83ae77e7251b20ce8188b..03730bcec986f61becd588921050610ba956bfb7 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,11 @@
 
 ## Texture Mapping (multiple texture mapping)
 
-No. Basic Texture Mapping
+1. Basic Texture Mapping
 
  - 3D 객체에 고양이 사진을 mapping한 간단한 예제 이다. <br>
     - 3D 객체는 다음과 같은 과정을 통해 만들어졌다. <br>
+        ![basic_ex]()
         1. 삼각형 두개로 정사각형을 그린다. <br>
         2. 정사각형을 다시 여러개의 삼각형으로 쪼갠다. <br>
         예제에서는 총 16개의 삼각형을 이용하여 정사각형을 이용하였다. <br>
@@ -28,7 +29,7 @@ No. Basic Texture Mapping
 
     
 
-No. Cube Multiple Texture Mapping
+2. Cube Multiple Texture Mapping
 
 > 참고문헌
 [webglfundamentals](https://webglfundamentals.org/webgl/lessons/webgl-cube-maps.html "webglfundamentals")