Skip to content

Commit

Permalink
fix: update function name typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masnormen authored Nov 9, 2021
1 parent 29b118e commit ef3ac41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Carakan.js is also fast, needing only less than ***2 milliseconds*** to convert
* [:keyboard: Usage](#keyboard-usage)
* [:asterisk: Table of Punctuations](#asterisk-table-of-punctuations)
* [:fire: API](#fire-api)
+ [toCarakan(input, config?)](#tocarakaninput-config)
+ [toJavanese(input, config?)](#tojavaneseinput-config)
- [input](#input)
- [config.useAccents](#configuseaccents)
- [config.useSwara](#configuseswara)
Expand Down Expand Up @@ -167,7 +167,7 @@ toJavanese("kreta krxtxg, lxmah rxgxd");

Carakan.js package exports two things: `toJavanese()` function and `CarakanHelper` namespace which contains various helper.

### toCarakan(input, config?)
### toJavanese(input, config?)

Returns a string of Javanese script converted from `input`, using the set `config`s.

Expand Down Expand Up @@ -214,4 +214,4 @@ A namespace which contains various helper for the engine to convert latin letter
- [Pedoman Umum Ejaan Bahasa Jawa Huruf Latin (Kemdikbud, 2006)](http://repositori.kemdikbud.go.id/1672/1/Pedoman%20Umum%20Ejaan%20Bahasa%20Jawa%20Huruf%20Latin%202006.pdf)
- [Fonotaktik bahasa Jawa (Wikipedia ID)](https://id.wikipedia.org/wiki/Bahasa_Jawa#Fonotaktik)
- [Consonants in Javanese (Wikipedia EN)](https://en.wikipedia.org/wiki/Javanese_language#Consonants)
- [Javanese script (Wikipedia EN)](https://en.wikipedia.org/wiki/Javanese_script)
- [Javanese script (Wikipedia EN)](https://en.wikipedia.org/wiki/Javanese_script)

0 comments on commit ef3ac41

Please sign in to comment.