Skip to content

Commit 6fec621

Browse files
committed
list bullet
Signed-off-by: Fabio José <[email protected]>
1 parent 88076ed commit 6fec621

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -150,21 +150,18 @@ binding.emit(cloudevent)
150150
└── http_binding_0_1.js
151151
```
152152

153-
* `index.js`: library exports
154-
* `lib/bindings`: every binding implementation goes here
155-
* `lib/bindings/http`: every http binding implementation goes here
156-
* `lib/bindings/http/structured_0_1.js`: implementation of structured
157-
HTTP Binding
158-
* `lib/cloudevent.js`: implementation of Cloudevent, an interface
159-
* `lib/format/`: every format implementation goes here
160-
* `lib/format/json_0_1.js`: implementation for JSON formatting [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/json-format.md)
161-
* `lib/specs/`: every spec implementation goes here
162-
* `lib/specs/spec_0_1.js`: implementation for spec
163-
[version 0.1](https://github.com/cloudevents/spec/blob/v0.1/spec.md)
164-
* `lib/specs/spec_0_2.js`: implementation for spec
165-
[version 0.2](https://github.com/cloudevents/spec/blob/v0.2/spec.md)
166-
* `test/cloudevent_spec_0_1.js`: unit testing for spec 0.1
167-
* `test/cloudevent_spec_0_2.js`: unit testing for spec 0.2
153+
- `index.js`: library exports
154+
- `lib/bindings`: every binding implementation goes here
155+
- `lib/bindings/http`: every http binding implementation goes here
156+
- `lib/bindings/http/structured_0_1.js`: implementation of structured HTTP Binding
157+
- `lib/cloudevent.js`: implementation of Cloudevent, an interface
158+
- `lib/format/`: every format implementation goes here
159+
- `lib/format/json_0_1.js`: implementation for JSON formatting [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/json-format.md)
160+
- `lib/specs/`: every spec implementation goes here
161+
- `lib/specs/spec_0_1.js`: implementation for spec [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/spec.md)
162+
- `lib/specs/spec_0_2.js`: implementation for spec [version 0.2](https://github.com/cloudevents/spec/blob/v0.2/spec.md)
163+
- `test/cloudevent_spec_0_1.js`: unit testing for spec 0.1
164+
- `test/cloudevent_spec_0_2.js`: unit testing for spec 0.2
168165

169166
## Unit Testing
170167

0 commit comments

Comments
 (0)