From 27fe1a686e6137d6329a7fa24a18e91c75ae56a0 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Fri, 21 Dec 2018 11:17:27 +0100 Subject: [PATCH] Update README.md Signed-off-by: Gunnar Morling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69c6e475..d866f943 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Java API for the [CloudEvents specification](https://github.com/cloudevents/sp ## Motivation -The [CloudEvents specification](https://github.com/cloudevents/spec) is vendor-neutral specification for defining the format of event data that is being exchanged between different cloud systems. The specification basically defines an abstract envelope for any event data payload, without knowing specific implementation details of the actual underlying event. The current version of the spec is at `0.2` and it describes a simple event format, which was demonstrated at last [KubeCon 2018](https://youtu.be/TZPPjAv12KU) using different _Serverless platforms_, such as [Apache Openwhisk](https://github.com/apache/incubator-openwhisk). +The [CloudEvents specification](https://github.com/cloudevents/spec) is a vendor-neutral specification for defining the format of event data that is being exchanged between different cloud systems. The specification basically defines an abstract envelope for any event data payload, without knowing specific implementation details of the actual underlying event. The current version of the spec is at `0.2` and it describes a simple event format, which was demonstrated at [KubeCon 2018](https://youtu.be/TZPPjAv12KU) using different _Serverless platforms_, such as [Apache Openwhisk](https://github.com/apache/incubator-openwhisk). ## Java API @@ -43,7 +43,7 @@ final CloudEvent cloudEvent = new CloudEventBuilder