diff options
author | Kevin Danikowski | 2021-09-06 12:58:07 -0500 |
---|---|---|
committer | GitHub | 2021-09-06 12:58:07 -0500 |
commit | 90a4f4f0c0381cade808d57daeb437401496fdea (patch) | |
tree | 9d7589071af6f991affe66f532023359138c8633 /readme.md | |
parent | 07d7be297b289ddf542de5c5620c6b5ec305fddf (diff) | |
download | languagetool-90a4f4f0c0381cade808d57daeb437401496fdea.tar.gz |
added route clarification
Added routing documentation clarification #25
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ docker run --name languagetool \ silviof/docker-languagetool:latest ``` +Route information can be found at https://languagetool.org/http-api/swagger-ui/#/default, an easy route to test that it's running is `/v2/languages`. + ## ngram support To support [ngrams] you need an additional volume or directory mounted to the |