kanabarum 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,9 +99,9 @@ converter("「きょう」"); // => "「쿄」"
99
99
  converter("(がっこう)"); // => "(각코)"
100
100
 
101
101
  // 전각/반각
102
- converter("ハングル"); // => "한구루"
102
+ converter("ハングル"); // => "항구루"
103
103
  converter("カタカナ"); // => "카타카나"
104
- converter("ト-キョ-"); // => "토ー쿄ー"
104
+ converter("ト-キョ-"); // => "토쿄"
105
105
 
106
106
  // NFC 합성
107
107
  converter("がくせい"); // => "가쿠세"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kanabarum",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "일본어 가나를 한국어 발음으로 바꿔주는 변환기",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",