Skip to content

Commit

Permalink
readme 업데이트 (#7)
Browse files Browse the repository at this point in the history
* readme 업데이트

* md 파일은 prettier에서 제외하도록 수정

* Markdown Example에서 하이라이팅 제거
  • Loading branch information
hmu332233 authored May 21, 2022
1 parent 55ed95b commit 06cf6e1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"**/*.{ts,tsx,json,md,css}": "prettier --write"
"**/*.{ts,tsx,json,css}": "prettier --write"
}
19 changes: 18 additions & 1 deletion README.KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
</a>
<br /><br />
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?round=true" alt="moon.svg" />
<img src="https://moon-svg.minung.dev/moon.svg?theme=basic" alt="moon.svg" />
</a>
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?theme=ray" alt="moon.svg" />
</a>
<br /><br />
<p align="center">
Expand All @@ -31,21 +34,35 @@ Github 프로필, 웹페이지, 노션 등에 추가해두면 매일매일 변
**HTML Example**

```html
<!-- real time -->
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?theme=basic" alt="moon.svg" />
</a>

<!-- specific date -->
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?date=2022-03-24&theme=basic" alt="moon.svg" />
</a>
```

**Markdown Example**

```
<!-- real time -->
[![Moon.svg](https://moon-svg.minung.dev/moon.svg?theme=basic)](https://moon-svg.minung.dev)
<!-- specific date -->
[![Moon.svg](https://moon-svg.minung.dev/moon.svg?date=2022-03-24&theme=basic)](https://moon-svg.minung.dev)
```

**SVG Url (Notion)**

```
<!-- real time -->
https://moon-svg.minung.dev/moon.svg?theme=basic
<!-- specific date -->
https://moon-svg.minung.dev/moon.svg?date=2022-03-24&theme=basic
```

## Roadmap
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
</a>
<br /><br />
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?round=true" alt="moon.svg" />
<img src="https://moon-svg.minung.dev/moon.svg?theme=basic" alt="moon.svg" />
</a>
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?theme=ray" alt="moon.svg" />
</a>
<br /><br />
<p align="center">
Expand All @@ -31,21 +34,35 @@ Use it in many situations, including the moon's phase on the date of birth and t
**HTML Example**

```html
<!-- real time -->
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?theme=basic" alt="moon.svg" />
</a>

<!-- specific date -->
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?date=2022-03-24&theme=basic" alt="moon.svg" />
</a>
```

**Markdown Example**

```
<!-- real time -->
[![Moon.svg](https://moon-svg.minung.dev/moon.svg?theme=basic)](https://moon-svg.minung.dev)
<!-- specific date -->
[![Moon.svg](https://moon-svg.minung.dev/moon.svg?date=2022-03-24&theme=basic)](https://moon-svg.minung.dev)
```

**SVG Url (Notion)**

```
<!-- real time -->
https://moon-svg.minung.dev/moon.svg?theme=basic
<!-- specific date -->
https://moon-svg.minung.dev/moon.svg?date=2022-03-24&theme=basic
```

## Roadmap
Expand Down

1 comment on commit 06cf6e1

@vercel
Copy link

@vercel vercel bot commented on 06cf6e1 May 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.