Showing
1 changed file
with
17 additions
and
10 deletions
| 1 | +<!-- PROJECT SHIELDS --> | ||
| 2 | +<!-- | ||
| 3 | +*** I'm using markdown "reference style" links for readability. | ||
| 4 | +*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). | ||
| 5 | +*** See the bottom of this document for the declaration of the reference variables | ||
| 6 | +*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. | ||
| 7 | +*** https://www.markdownguide.org/basic-syntax/#reference-style-links | ||
| 8 | +--> | ||
| 9 | +<!-- | ||
| 10 | +[![Contributors][contributors-shield]][contributors-url] | ||
| 11 | +[![Stargazers][stars-shield]][stars-url] | ||
| 12 | +[![Issues][issues-shield]][issues-url] | ||
| 13 | +[![MIT License][license-shield]][license-url] | ||
| 14 | +[![LinkedIn][linkedin-shield]][linkedin-url]--> | ||
| 15 | + | ||
| 1 | # Teleprompter-SST | 16 | # Teleprompter-SST |
| 2 | 17 | ||
| 3 | <!-- TABLE OF CONTENTS --> | 18 | <!-- TABLE OF CONTENTS --> |
| 4 | <details open="open"> | 19 | <details open="open"> |
| 5 | <summary>Table of Contents</summary> | 20 | <summary>Table of Contents</summary> |
| 6 | <ol> | 21 | <ol> |
| 7 | - <li> | 22 | + <li><a href="## 🎙 프로젝트 소개">About The Project</a></li> |
| 8 | - <a href="#about-the-project">About The Project</a> | 23 | + <li><a href="## 📋 License">License</a></li> |
| 9 | - <ul> | ||
| 10 | - <li><a href="#built-with">Built With</a></li> | ||
| 11 | - </ul> | ||
| 12 | - </li> | ||
| 13 | - <li> | ||
| 14 | - <a href="#getting-started">Getting Started</a> | ||
| 15 | - </li> | ||
| 16 | - <li><a href="#license">License</a></li> | ||
| 17 | </ol> | 24 | </ol> |
| 18 | </details> | 25 | </details> |
| 19 | 26 | ... | ... |
-
Please register or login to post a comment