summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2017-04-03 01:31:52 -0700
committerGeorge Fraser <george@fivetran.com>2017-04-03 01:31:52 -0700
commitb9e748aacd9bf624636a9d8b27f402e1e37f2589 (patch)
tree830edb2f83e2385924949121d642f1dcf9c9af95 /README.md
parent6455fb62f390942324461c2d57ba8bf826f4f46b (diff)
downloadjava-language-server-b9e748aacd9bf624636a9d8b27f402e1e37f2589.zip
Better description
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14b6546..fa23f68 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# VS Code support for Java using the javac API
+# VS Code support for Java using the [Java Compiler API](https://docs.oracle.com/javase/7/docs/api/javax/tools/JavaCompiler.html)
-Provides Java support using the javac API.
+Provides Java support using the Java Compiler API.
Requires that you have Java 8 installed on your system.
## Installation