From 27de94e9406112b8c5415b417e7647d973883a78 Mon Sep 17 00:00:00 2001 From: Aviad Shiber Date: Fri, 10 Apr 2026 10:17:48 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20"two=20things"=20=E2=86=92=20"thr?= =?UTF-8?q?ee=20things"=20in=20README=20intro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The numbered list has three items (language support, rules, code actions) but the intro said "two things in one". Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0891e67..3f5746e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Python](https://img.shields.io/pypi/pyversions/java-functional-lsp?v=1)](https://pypi.org/project/java-functional-lsp/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -A Java Language Server that provides two things in one: +A Java Language Server that provides three things in one: 1. **Full Java language support** — completions, hover, go-to-definition, compile errors, missing imports — by proxying [Eclipse jdtls](https://github.com/eclipse-jdtls/eclipse.jdt.ls) under the hood 2. **16 functional programming rules** — catches anti-patterns and suggests Vavr/Lombok/Spring alternatives, all before compilation