summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2018-04-14 18:38:23 -0700
committerGeorge Fraser <george@fivetran.com>2018-04-14 18:38:23 -0700
commit7d115b135d128fe30bb29bbcf6b7e114f302cda5 (patch)
tree071d13d837e45381d5ca55821540503d93c5406d /README.md
parente2afdb751316949eb90543c43e446dce69bd8f6f (diff)
downloadjava-language-server-7d115b135d128fe30bb29bbcf6b7e114f302cda5.zip
It's not just VSCode
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ed6ed5..b2681f0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# VS Code support for Java using the [Java Compiler API](https://docs.oracle.com/javase/7/docs/api/javax/tools/JavaCompiler.html)
+# Language Server for Java using the [Java Compiler API](https://docs.oracle.com/javase/7/docs/api/javax/tools/JavaCompiler.html)
Provides Java support using the Java Compiler API.
Requires that you have Java 8 installed on your system.