Skip to content

Commit

Permalink
feat: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Nov 22, 2023
1 parent d79ef07 commit 54f61cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Convert Han to pinyin. useful for phonetic notation, sorting, and searching.
via npm:

```bash
npm install pinyin@alpha --save
npm install pinyin --save
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion README.ko-KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ README: [简体中文](README.md) | [English](README.en-US.md) | 한국어
via npm:

```bash
npm install pinyin@alpha --save
npm install pinyin --save
```

## 사용법
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ README: 简体中文 | [English](README.en-US.md) | [한국어](README.ko-KR.md)
via npm:

```bash
npm install pinyin@alpha --save
npm install pinyin --save
```

## 用法
Expand Down

0 comments on commit 54f61cc

Please sign in to comment.