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 38e4b05 Fix a typo in README (#4296)
38e4b05 is described below
commit 38e4b05a20bdc6d76e1cf78c6e0203d47078a2b7
Author: Song Kun <[email protected]>
AuthorDate: Wed Feb 20 21:05:39 2019 +0800
Fix a typo in README (#4296)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a97ddad..05a1d81 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ OpenWhisk is a cloud-first distributed event-based
programming service. It provi
* [Slack](#slack)
### Quick Start
-The easiest way to start using OpenWhisk is to get Docker installed on on Mac,
Windows or Linux. The [Docker website](https://docs.docker.com/install/) has
details instructions on getting the tools installed. This does not give you a
production deployment but gives you enough of the pieces to start writing
functions and seeing them run.
+The easiest way to start using OpenWhisk is to get Docker installed on Mac,
Windows or Linux. The [Docker website](https://docs.docker.com/install/) has
detailed instructions on getting the tools installed. This does not give you a
production deployment but gives you enough of the pieces to start writing
functions and seeing them run.
```
git clone https://github.com/apache/incubator-openwhisk-devtools.git