Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cutano committed Sep 8, 2020
1 parent ff845a9 commit 93647e7
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 @@ -45,7 +45,7 @@ Finally you will get the result by:
var result = await converter.Convert("今晩は", To.Romaji, Mode.Okurigana, RomajiSystem.Hepburn, "(", ")");
```

For the “Convert” method is an **async **method, you probably need to make the outer method **async **too:
For the “Convert” method is an **async** method, you probably need to make the outer method **async** too:

```c#
private static async Task Main(string[] args)
Expand Down

0 comments on commit 93647e7

Please sign in to comment.