Skip to content

Commit e629833

Browse files
committed
Update README
Add an example of the usage of the `韻鏡位置2字頭()` function.
1 parent e392ef9 commit e629833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Here, we use the character 直 as an example, which is located at the 42th 轉,
2727
```javascript
2828
const 當前韻鏡位置 = new 韻鏡位置(42, 15, 7); // 「直」
2929
console.log(當前韻鏡位置.描述); // 外轉第四十二圖·舌音第三位·入聲位·韻鏡三等
30+
console.log(韻鏡位置2字頭(當前韻鏡位置)); //
3031
```
3132

3233
### Converting 音韻地位 to 韻鏡位置

0 commit comments

Comments
 (0)