From b9211cbc7269f110b5eedad0d322ac9d6ca8be5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Fri, 9 Nov 2018 14:20:14 -0200 Subject: [PATCH] Docs about format dir --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2f0720..7731ab7 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Javascript SDK for CloudEvents * `lib/cloudevent.js`: implementation of Cloudevent, an interface +* `lib/format`: every format implementation goes here + * `lib/format/json_0_1.js`: implementation for JSON formatting [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/json-format.md) * `lib/spec_0_1.js`: implementation for spec [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/spec.md)