diff --git a/README.md b/README.md index 3747b68ea..3100b8905 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ By default, PGroonga uses a bigram tokenizer with prefix matching enabled. If you're not happy with this, you can change the behavior using the `database set_pgroonga_options` command. -If you want to support Japanese in your instance and do not want "東京都" (Tokyo-to) to match "京都" (Kyoto), pass `TokenMecab` as the tokenizer. +If you want to support Japanese in your instance, and do not want "京都" (Kyoto) to match "東京都" (Tokyo-to), pass `TokenMecab` as the tokenizer. ```sh podman exec -it akkoma-web \