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)