Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-166-update-readme 7848ba94a -> 10a2cca27


more review fixes


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/10a2cca2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/10a2cca2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/10a2cca2

Branch: refs/heads/ARIA-166-update-readme
Commit: 10a2cca275edad5436dfad1b39e424adc51a22b1
Parents: 7848ba9
Author: Ran Ziv <r...@gigaspaces.com>
Authored: Mon Jun 12 18:59:29 2017 +0300
Committer: Ran Ziv <r...@gigaspaces.com>
Committed: Mon Jun 12 18:59:29 2017 +0300

----------------------------------------------------------------------
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/10a2cca2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 48b40a7..3672422 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 ARIA
 ====
 
-[![Build 
Status](https://img.shields.io/travis/apache/incubator-ariatosca/master.svg)](https://travis-ci.org/apache/incubator-ariatosca)
-[![Appveyor Build 
Status](https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/incubator-ariatosca/master.svg)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/incubator-ariatosca/history)
-[![License](https://img.shields.io/github/license/apache/incubator-ariatosca.svg)](http://www.apache.org/licenses/LICENSE-2.0)
+[![Build 
Status](https://img.shields.io/travis/apache/incubator-ariatosca/master.svg?style=plastic)](https://travis-ci.org/apache/incubator-ariatosca)
+[![Appveyor Build 
Status](https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/incubator-ariatosca/master.svg?style=plastic)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/incubator-ariatosca/history)
+[![License](https://img.shields.io/github/license/apache/incubator-ariatosca.svg?style=plastic)](http://www.apache.org/licenses/LICENSE-2.0)
 [![PyPI 
release](https://img.shields.io/pypi/v/ariatosca.svg?style=plastic)](https://pypi.python.org/pypi/ariatosca)
 ![Python 
Versions](https://img.shields.io/pypi/pyversions/ariatosca.svg?style=plastic)
 ![Wheel](https://img.shields.io/pypi/wheel/ariatosca.svg?style=plastic)
@@ -19,7 +19,7 @@ What is ARIA?
 
 ARIA can be utilized by any organization that wants to implement TOSCA-based 
orchestration in its solutions, whether a multi-cloud enterprise application, 
or an NFV or SDN solution for multiple virtual infrastructure managers.
 
-With ARIA, you can utilize TOSCA's cloud portability out-of-the-box, to 
develop, test and run your applications. 
+With ARIA, you can utilize TOSCA's cloud portability out-of-the-box, to 
develop, test and run your applications, from template to deployment.
 
 ARIA is an incubation project under the Apache Software Foundation.
 
@@ -66,11 +66,11 @@ Getting Started
 
 This section will describe how to run a simple "Hello World" example.
 
-First, provide ARIA with the ARIA "hello world" service-template, and name it 
- e.g. `my-service-template`:
+First, provide ARIA with the ARIA "hello world" service-template and name it 
(e.g. `my-service-template`):
 
        aria service-templates store examples/hello-world/helloworld.yaml 
my-service-template
        
-Now create a service based on this service-template, and name it - e.g. 
`my-service`:
+Now create a service based on this service-template and name it (e.g. 
`my-service`):
        
        aria services create my-service -t my-service-template
        

Reply via email to