From ae70d8d4cb4fe21838543746355b880c8f772623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Fri, 9 Nov 2018 15:03:13 -0200 Subject: [PATCH] Documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 523a6f9..9575c43 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ cloudevent01 .source("urn:event:from:myapi/resourse/123"); /* - * Backward compatibility by injecting methods from spec implementation to `Cloudevent` + * Backward compatibility by injecting methods from spec implementation to Cloudevent */ cloudevent01 .eventTypeVersion("1.0"); @@ -78,9 +78,8 @@ cloudevent02 .type("com.github.pull.create") .source("urn:event:from:myapi/resourse/123"); - ``` + > See how to implement the method injection [here](lib/specs/spec_0_1.js#L17) > -> [Builder Design Pattern](https://en.wikipedia.org/wiki/Builder_pattern) -> +> Learn about [Builder Design Pattern](https://en.wikipedia.org/wiki/Builder_pattern)