Skip to content

Commit

Permalink
fix: README상의 링크 수정 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
ho991217 authored Apr 25, 2024
1 parent 7c030df commit 72c1bdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-en_us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# es-hangul

[한국어](./README.md) | English
[한국어](https://github.com/toss/es-hangul/blob/main/README.md) | English

es-hangul is a library that makes it easy to handle [Hangul](https://en.wikipedia.org/wiki/Hangul) in JavaScript. It provides a modern API that is easy to use. Because it uses ECMAScript Modules, users can download the minimum amount of code when used in a browser environment.

Expand Down Expand Up @@ -35,11 +35,11 @@ console.log(sentence2); // '바나나가 맛있습니다.'

We welcome contribution from everyone in the community. Read below for detailed contribution guide.

[CONTRIBUTING](./.github/CONTRIBUTING.md)
[CONTRIBUTING](https://github.com/toss/es-hangul/blob/main/.github/CONTRIBUTING.md)

## License

MIT © Viva Republica, Inc. See [LICENSE](./LICENSE) for details.
MIT © Viva Republica, Inc. See [LICENSE](https://github.com/toss/es-hangul/blob/main/LICENSE) for details.

<a title="토스" href="https://toss.im">
<picture>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# es-hangul

한국어 | [English](./README-en_us.md)
한국어 | [English](https://github.com/toss/es-hangul/blob/main/README-en_us.md)

`es-hangul`은 쉽게 한글을 다룰 수 있도록 돕는 JavaScript 라이브러리입니다. 편리하게 사용할 수 있는 모던한 라이브러리 API를 제공합니다. ECMAScript Modules을 사용하기 때문에, 사용자가 브라우저 환경에서 최소한의 코드를 내려받도록 할 수 있습니다.

Expand Down Expand Up @@ -35,11 +35,11 @@ console.log(sentence2); // '바나나가 맛있습니다.'

es-hangul 라이브러리에 기여하고 싶다고 생각하셨다면 아래 문서를 참고해주세요.

[CONTRIBUTING](./.github/CONTRIBUTING.md)
[CONTRIBUTING](https://github.com/toss/es-hangul/blob/main/.github/CONTRIBUTING.md)

## 라이선스

MIT © Viva Republica, Inc. [LICENSE](./LICENSE) 파일을 참고하세요.
MIT © Viva Republica, Inc. [LICENSE](https://github.com/toss/es-hangul/blob/main/LICENSE) 파일을 참고하세요.

<a title="토스" href="https://toss.im">
<picture>
Expand Down

0 comments on commit 72c1bdd

Please sign in to comment.