Browse Source

Add language note in README.

scossu 3 months ago
parent
commit
0fca32b496
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -80,6 +80,11 @@ string in a production environment.
 
 `/` renders a simple HTML form to test the transliteration service.
 
+Adding a language as a value of the `lang` URL parameter, the UI will start
+with that language selected. E.g. `/?lang=chinese` will select Chinese from
+the drop-down automatically. The value must be one of the keys found in
+`/languages`.
+
 
 ## Contributing