fix type error

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-12-08 23:59:40 -02:00
parent be4094fed2
commit d59580e4c3
1 changed files with 5 additions and 4 deletions

View File

@ -15,14 +15,15 @@ This CloudEvents SDK requires nodejs 6.11+
```
npm install cloudevents-sdk
```
## Speccification Support
## Specification Support
These are the supported specifications for this version.
| **Specifications** | **v0.1** | **v0.2** |
|----------------------------|----------|----------|
| CloudEvents | yes | yes |
| HTTP Transport Binding | yes | _WIP_ |
| JSON Event Format | yes | _WIP_ |
| | | |
| HTTP Transport Binding | yes | yes |
| JSON Event Format | yes | yes |
## Repository Structure