From e4ac160290c12783ce1ce90ced5221807eeff321 Mon Sep 17 00:00:00 2001 From: Joe DiPol Date: Tue, 4 Sep 2018 17:51:12 -0700 Subject: [PATCH] Update README (#6) * Update README * README fix typo --- README.md | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index d049c3e05..1bba711ea 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,20 @@ build status - - follow on Twitter + + follow on Twitter

-# Helidon: Java Libraries for Writing Microservices +# Helidon: Java Libraries for Microservices 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 SE: a smaller more functional style API +* Helidon SE: a small, functional style API + +In either case your application is just a Java SE program. ## Documentation @@ -34,12 +36,17 @@ See Getting Started at . ## Bugs and Feedback -Issues are currently tracked in Github, see +Issues are currently tracked in GitHub, see ## Communication -* Slack: [#helidon-users@helidon.slack.com](helidon.slack.com) -* Twitter: [@HelidonIO](https://twitter.com/HelidonIO) +* Slack: Coming soon +* Twitter: [@helidon_project](https://twitter.com/helidon_project) + +## Downloads / Accessing Binaries + +There are no Helidon downloads. Just use our Maven releases (GroupID `io.helidon`). +See Getting Started at . ## Build @@ -47,7 +54,6 @@ You will need Java 9 and Maven 3.5 or newer. **Full build** ```bash -$ cd helidon-main $ mvn install ``` @@ -72,18 +78,3 @@ $ mvn validate -Pcopyright $ mvn verify -Pspotbugs ``` -## License - -Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); you may -not use this file except in compliance with the License. You may obtain -a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations -under the License.