diff options
author | silvio | 2021-09-07 16:51:15 +0200 |
---|---|---|
committer | GitHub | 2021-09-07 16:51:15 +0200 |
commit | cb2f70cdf30ca12cd83c8066421809a5bb8b9a5f (patch) | |
tree | 9d7589071af6f991affe66f532023359138c8633 /readme.md | |
parent | 07d7be297b289ddf542de5c5620c6b5ec305fddf (diff) | |
parent | 90a4f4f0c0381cade808d57daeb437401496fdea (diff) | |
download | languagetool-cb2f70cdf30ca12cd83c8066421809a5bb8b9a5f.tar.gz |
Merge pull request #28 from KevinDanikowski/patch-1
added route clarification
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 |