diff --git a/README.md b/README.md
index 1fad9a5313006543e1e7cf09cd587a2c70251553..8cc7bc10ea44195349a0ceec4a6d3aada270371f 100644
--- a/README.md
+++ b/README.md
@@ -11,27 +11,37 @@
         <img src="http://img.shields.io/badge/-Netlify-00C7B7?style=flat&logo=Netlify&link=https://webgl2-fluid-simulation.netlify.app"/>
     </p>
     <p align="center">
-        <a href="#how-to-start">Try Here</a> • 
-        <a href="#features">Features</a> •   
-        <a href="#contributor">License</a> • 
-        <a href="#contributor">Acknowledgements</a>
+        <a href="#try-here">Try Here</a> • 
+        <a href="#prerequisites">Prerequisites</a> • 
+        <a href="#what-this-tutorial-covers">What This Tutorial Covers</a> •   
+        <a href="#license">License</a> • 
+        <a href="#acknowledgements">Acknowledgements</a>
     </p>
-    WebGL2는 인터넷 브라우저 환경에서 OpenGL을 플러그인 도움 없이 공식적으로 사용할 수 있도록 Khronos Group에서 제정한 웹 그래픽스 API입니다.
+    WebGL은 인터넷 브라우저 환경에서 OpenGL을 플러그인 도움 없이 공식적으로 사용할 수 있도록 Khronos Group에서 제정한 웹 그래픽스 API입니다.
     2017년 2월에 OpenGL ES 3.0기반 WebGL 2.0이 공개됐습니다.
     WebGL2에 입문하고자 하시는 분들을 위해 WebGL로 할 수 있는 다양한 것 중 가장 흥미로웠던 유체 시뮬레이션에 대한 튜토리얼 입니다.
 </div>
 
 ## Try Here
-How to try the simulator:
-1. (Recommended) [Click this link](https://webgl2-fluid-simulation.netlify.app)
-2. Clone this repository to a local directory and open `index.html` in your web browser.
+시뮬레이터 사용해보기:
+- (모바일도 가능한 초간단 방법) [Try on Netlify](https://webgl2-fluid-simulation.netlify.app)
+- (조금 귀찮은 방법) Git Repository를 클론한 후, `index.html`를 웹 브라우저에서 열기.
 
-## Features
+## Prerequisites
+- WebGL2를 지원하는 최신 브라우저를 권장해요 ([여기서 확인하기](http://get.webgl.org/))
 
+## What The Tutorial Covers
+- WebGL1과 WebGL2의 차이
 
 ## License
-
+MIT License
+- Linking: Permissive
+- Distribution: Permissive
+- Modification: Permissive
+- Patent Grant: Manually
+- Private Use: Yes
+- Sublicensing: Permissive
+- TM Grant: Manually
 
 ## Acknowledgements
-https://github.com/PavelDoGreat/WebGL-Fluid-Simulation
-
+Many thanks to [PavelDoGreat](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) for the mesmerizing implementation of the fluid simulator.