This is an automated email from the ASF dual-hosted git repository.
onders pushed a commit to branch onderson-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit b97bf5f62a7ebed38ca3fec810040ced743991e8
Author: önder sezgin <ondersezgin@gmail.com>
AuthorDate: Tue Sep 11 01:03:43 2018 +0300
Update readme fix typos
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 06b10de..7d10376 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ Apache Camel K (a.k.a. Kamel) is a lightweight integration framework built
from
## Build
-In order to buiild the project follow these steps:
-- this prokject is suposed to be cloned in `$GOPATH/src/github.com/apache/camel-k`
+In order to build the project follow these steps:
+- this project is supposed to be cloned in `$GOPATH/src/github.com/apache/camel-k`
- install dep: https://github.com/golang/dep
- install operator-sdk: https://github.com/operator-framework/operator-sdk
- dep ensure -v
|