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 cb02bdb Fix a typo in readme (#4191)
cb02bdb is described below
commit cb02bdb775b23a97ba224ebc49f06fdddd514074
Author: Minh Thai <[email protected]>
AuthorDate: Sat Dec 22 17:13:58 2018 +0800
Fix a typo in readme (#4191)
---
docs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.md b/docs/README.md
index fbb5c17..217c24a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -18,7 +18,7 @@
-->
# 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 Platform as as Service (PaaS) version of the OpenWhisk provided
by IBM Cloud Functions, or you can provision it yourself into Infrastructure as
a Service (IaaS) clouds, such as IBM Cloud, Amazon EC2, Micros [...]
+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 a Service (PaaS) version of the OpenWhisk provided
by IBM Cloud Functions, or you can provision it yourself into Infrastructure as
a Service (IaaS) clouds, such as IBM Cloud, Amazon EC2, Microso [...]
OpenWhisk runs application logic in response to events or direct invocations
from web or mobile apps over HTTP. Events can be provided from IBM Cloud
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 pr [...]