diff --git a/README.md b/README.md index da49d93..94bf09f 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ tr := translate.New(cat) out := tr.TranslateTo("First test", language.Russian) // out == "Первая проверка" ``` -The checksum is calculated from the string in that function call. \ No newline at end of file +The checksum is calculated from `"First test"`. \ No newline at end of file