diff --git a/README.md b/README.md
index 5e4fcefeb41915d9d5357c7f7bf8fa7f7d38a084..b7336a8a5628a58d350049802b64b06d5b18ca1d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 ## Texture Mapping (multiple texture mapping)
 
-1. Basic Texture Mapping
+### 1. Basic Texture Mapping
 
  - 3D 객체에 고양이 사진을 mapping한 간단한 예제 이다. <br>
     - 3D 객체는 다음과 같은 과정을 통해 만들어졌다. <br>
@@ -57,7 +57,7 @@
 
     
 
-2. Cube Multiple Texture Mapping
+### 2. Cube Multiple Texture Mapping
 
 > 참고문헌
 [webglfundamentals](https://webglfundamentals.org/webgl/lessons/webgl-cube-maps.html "webglfundamentals")