Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoroz authored Sep 5, 2024
1 parent c290136 commit 591121f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## πŸŠπŸ¦€ Basic Overview

`WanaKanaShaapu` is a utility library for converting Japanese characters to the Latin ones and detecting the Japanese language in a given input. The C# version is ported from <a href="https://github.com/wanikani/wanakana" title="ft_shrek">WanaKana JS</a> v5.0.0.
`WanaKanaShaapu` is a utility library for converting Japanese characters to the Latin ones and detecting the Japanese language in a given input. The C# version is ported from <a href="https://github.com/wanikani/wanakana" title="wanakana">WanaKana JS</a> v5.0.0.

## πŸŠπŸ¦€ Original Documentation

Expand All @@ -23,4 +23,4 @@
| --- | --- | --- |
| `IsMixed` | `isMixed(input, { passKanji: true })` | `IsMixed(input, passKanji)`
| `StripOkurigana` | `stripOkurigana(input, { leading: false, matchKanji: '' })` | `StripOkurigana(input, leading, matchKanji)`
| `Tokenize` | 1. `tokenize(input, { detailed: true, compact: false })` </br> 2. Returns either a string array or an object | 1. `Tokenize(input, compact)` </br> 2. Returns `Tokenization` object
| `Tokenize` | 1. `tokenize(input, { detailed: true, compact: false })` </br> 2. Returns either a string array or an object | 1. `Tokenize(input, compact)` </br> 2. Returns `Tokenization` object

0 comments on commit 591121f

Please sign in to comment.