From 745f3214d93355745381eef37d3a49c9027eaaf7 Mon Sep 17 00:00:00 2001
From: Hyung-Taik Choi <htc.refactor@gmail.com>
Date: Wed, 23 Jun 2021 15:04:11 +0900
Subject: [PATCH] Update README

---
 README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e07d414..c546e3b 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
         <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">How to Start</a> • 
+        <a href="#how-to-start">Try Here</a> • 
         <a href="#features">Features</a> •   
         <a href="#contributor">License</a> • 
         <a href="#contributor">Acknowledgements</a>
@@ -21,10 +21,17 @@
     WebGL2에 입문하고자 하시는 분들을 위해 WebGL로 할 수 있는 다양한 것 중 가장 흥미로웠던 유체 시뮬레이션에 대한 튜토리얼 입니다.
 </div>
 
-## How to Start
+## 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.
 
 ## Features
 
+
 ## License
 
+
 ## Acknowledgements
+https://github.com/PavelDoGreat/WebGL-Fluid-Simulation
+
-- 
GitLab