소스 검색

Add language note in README.

scossu 1 년 전
부모
커밋
0fca32b496
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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