From a96eb1cd8c1e65e1f3cff4143e76a67969f561e1 Mon Sep 17 00:00:00 2001 From: Hyung-Taik Choi <htc.refactor@gmail.com> Date: Wed, 23 Jun 2021 14:27:50 +0900 Subject: [PATCH] Update README --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c12ab51..a358a8f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ <img src="./screenshot.jpg"></img> <h4 align="center">WebGL2 Fluid Simulation Tutorial</h4> <p align="center"> - [](https://img.shields.io/github/license/htcrefactor/WebGL-Fluid-Simulation) <img src="http://img.shields.io/badge/-WebGL2-990000?style=flat&logo=WebGL&link=https://github.com/htcrefactor/WebGL-Fluid-Simulation"/> <img src="http://img.shields.io/badge/-HTML-E34F26?style=flat&logo=HTML5&link=https://github.com/htcrefactor/WebGL-Fluid-Simulation"/> <img src="http://img.shields.io/badge/-CSS3-1572B6?style=flat&logo=CSS3&link=https://github.com/htcrefactor/WebGL-Fluid-Simulation"/> @@ -12,13 +11,11 @@ <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="#features">Features</a> • - <a href="#system-structure">System Structures</a> • - <a href="#test-result">Test Result</a> • + <a href="#how-to-start">How to Start</a> • + <a href="#features">Features</a> • <a href="#contributor">License</a> • <a href="#contributor">Acknowledgement</a> </p> - WebGL2로 아름다운 유체 시뮬레이션도 가능하다는 점 알고 계셨나요? WebGL2에 입문하고자 하시는 분들을 위해 WebGL로 할 수 있는 다양한 예시 중 하나를 보여드리겠습니다. - + WebGL2로 아름다운 유체 시뮬레이션도 가능하다는 점 알고 계셨나요?<br> + WebGL2에 입문하고자 하시는 분들을 위해 WebGL로 할 수 있는 다양한 예시 중 하나를 보여드리겠습니다.<br> </div> -- GitLab