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.
- package/README.md +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("がくせい"); // => "가쿠세"
|