Update README (#417)

This commit is contained in:
Joe DiPol
2019-02-15 14:05:08 -08:00
committed by GitHub
parent 9e61eaa200
commit 266e274edd

View File

@@ -21,7 +21,7 @@
Project Helidon is a set of Java Libraries for writing microservices.
Helidon supports two programming models:
* Helidon MP: MicroProfile 1.1 plus Health Check and Metrics
* Helidon MP: [MicroProfile](https://microprofile.io/) 1.2
* Helidon SE: a small, functional style API
In either case your application is just a Java SE program.
@@ -41,7 +41,7 @@ See Getting Started at <https://helidon.io>.
## Build
You can build Helidon using JDK 8 or 9. Building with 9 results in jar
You can build Helidon using JDK 8 or above. Building with 9+ results in jar
files that are valid Java 9 modules containing Java 8 bytecodes.
You also need Maven. We recommend 3.5 or newer.
@@ -85,6 +85,7 @@ but a couple are handy to use on your desktop to verify your changes.
## Get Help
* See the [Helidon FAQ](https://github.com/oracle/helidon/wiki/FAQ)
* Join us on Slack: [#helidon-users](https://join.slack.com/t/helidon/shared_invite/enQtNDM1NjU3MjkyNDg2LTFkZTM4NmI3OWUyNjUxYWQ5Njc0NGNiMzY3MTZiZmMwNzAxYmI4YzUzOWNkNzNlZTEwNDRkZGU4YzMzZjhkNTE)
## Get Involved