summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 01fd7fa..1027740 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# 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.
+Requires that you have Java 10 installed on your system.
## Installation
@@ -49,12 +49,6 @@ Requires that you have Java 8 installed on your system.
![Type hover](images/TypeHover.png)
-### Code actions
-
-![Suggest import 1](images/SuggestImport1.png)
-
-![Suggest import 2](images/SuggestImport2.png)
-
### Find references
![Find references 1](images/FindReferences1.png)