This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 9af44fd  minor typo fix (#2385)
9af44fd is described below

commit 9af44fdd6118540bf2f424b2b7d2f6df63ac186c
Author: Jonathan Dowland <[email protected]>
AuthorDate: Sat Jun 17 14:58:13 2017 +0100

    minor typo fix (#2385)
---
 docs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README.md b/docs/README.md
index 37d6084..957381f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
 # Getting started with OpenWhisk
 
-OpenWhisk is an [Apache Incubator 
Project](https://incubator.apache.org/projects/openwhisk.html). It is an open 
source implementation of a distributed, event-driven compute service. You can 
run it on your own hardware on-prem, or in the cloud. When running in the cloud 
you could use a Platfrom as as Service (PaaS) version of the OpenWhisk provided 
by IBM Bluemix, or you can provision it yourself into Infrastructure as a 
Service (IaaS) clouds, such as Bluemix, Amazon EC2, Microsoft Azure, [...]
+OpenWhisk is an [Apache Incubator 
Project](https://incubator.apache.org/projects/openwhisk.html). It is an open 
source implementation of a distributed, event-driven compute service. You can 
run it on your own hardware on-prem, or in the cloud. When running in the cloud 
you could use a Platform as as Service (PaaS) version of the OpenWhisk provided 
by IBM Bluemix, or you can provision it yourself into Infrastructure as a 
Service (IaaS) clouds, such as Bluemix, Amazon EC2, Microsoft Azure, [...]
 
 OpenWhisk runs application logic in response to events or direct invocations 
from web or mobile apps over HTTP. Events can be provided from Bluemix services 
like Cloudant and from external sources. Developers can focus on writing 
application logic, and creating actions that are executed on demand. The 
benefits of this new paradigm are that you do not explicitly provision servers 
and worry about auto-scaling, or worry about high availability, updates, 
maintenance and pay for hours of proc [...]
 

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to