Skip to content

Commit bb634d2

Browse files
authored
Merge pull request jxmorris12#110 from mdevolde/master
docs: patching doc about new LT versions
2 parents 5b982ba + 856ea28 commit bb634d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![Test with PyTest](https://github.com/jxmorris12/language_tool_python/workflows/Test%20with%20PyTest/badge.svg)
66

7-
Current LanguageTool version: **6.5**
7+
Current LanguageTool version: **6.7-SNAPSHOT**
88

99
This is a Python wrapper for [LanguageTool](https://languagetool.org). LanguageTool is open-source grammar tool, also known as the spellchecker for OpenOffice. This library allows you to make to detect grammar errors and spelling mistakes through a Python script or through a command-line interface.
1010

@@ -261,7 +261,7 @@ The default download path is `~/.cache/language_tool_python/`. The LanguageTool
261261
## Prerequisites
262262

263263
- [Python 3.9+](https://www.python.org)
264-
- [LanguageTool](https://www.languagetool.org) (Java 8.0 or higher)
264+
- [LanguageTool](https://www.languagetool.org) (Java 8.0 or higher for version <= 6.5, Java 17.0 or higher for version >= 6.6)
265265

266266
The installation process should take care of downloading LanguageTool (it may
267267
take a few minutes). Otherwise, you can manually download

0 commit comments

Comments
 (0)