From 47decdba1b948a8191a88178aeb9d988de34b2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Sat, 15 Dec 2018 12:56:41 -0200 Subject: [PATCH] Add 2 spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index be76ca1..e60249f 100644 --- a/README.md +++ b/README.md @@ -150,18 +150,21 @@ binding.emit(cloudevent) └── http_binding_0_1.js ``` -* `index.js`: library exports -* `lib/bindings`: every binding implementation goes here -* `lib/bindings/http`: every http binding implementation goes here -* `lib/bindings/http/structured_0_1.js`: implementation of structured HTTP Binding -* `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/specs/`: every spec implementation goes here -* `lib/specs/spec_0_1.js`: implementation for spec [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/spec.md) -* `lib/specs/spec_0_2.js`: implementation for spec [version 0.2](https://github.com/cloudevents/spec/blob/v0.2/spec.md) -* `test/cloudevent_spec_0_1.js`: unit testing for spec 0.1 -* `test/cloudevent_spec_0_2.js`: unit testing for spec 0.2 +* `index.js`: library exports +* `lib/bindings`: every binding implementation goes here +* `lib/bindings/http`: every http binding implementation goes here +* `lib/bindings/http/structured_0_1.js`: implementation of structured + HTTP Binding +* `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/specs/`: every spec implementation goes here +* `lib/specs/spec_0_1.js`: implementation for spec + [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/spec.md) +* `lib/specs/spec_0_2.js`: implementation for spec + [version 0.2](https://github.com/cloudevents/spec/blob/v0.2/spec.md) +* `test/cloudevent_spec_0_1.js`: unit testing for spec 0.1 +* `test/cloudevent_spec_0_2.js`: unit testing for spec 0.2 ## Unit Testing