Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waacton committed Oct 31, 2021
1 parent b5cdd67 commit 4c20dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ var romaji = transliterator.GetRomaji("です"); // romaji == "desu"

_**Notes:** This is a large library due to the embedded resource files and can take a few seconds to parse._
_Since parsing the resources are [I/O-bound operations](https://docs.microsoft.com/en-us/dotnet/csharp/async) it is recommended to use the asynchronous API._
_Example usages can be found in the [Desu.ExampleConsole](https://gitlab.com/Wacton/Desu/tree/main/Desu.ExampleConsole) and [Desu.ExampleWpf](https://gitlab.com/Wacton/Desu/tree/main/Desu.ExampleWpf) projects._
_Example usages can be found in the [Desu.ExampleConsole](Desu.ExampleConsole) and [Desu.ExampleWpf](Desu.ExampleWpf) projects._
_(The Japanese dictionary contains ~200k entries, and the proper name dictionary contains ~750k entries.)_
<br>

Expand Down

0 comments on commit 4c20dda

Please sign in to comment.