Update in table support

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-12-16 12:11:09 -02:00
parent 788dfd4468
commit 00c00fd1c6
1 changed files with 6 additions and 5 deletions

View File

@ -21,11 +21,12 @@ npm install cloudevents-sdk
These are the supported specifications by this version.
| **Specifications** | **v0.1** | **v0.2** |
|----------------------------|----------|----------|
| CloudEvents | yes | yes |
| HTTP Transport Binding | yes | yes |
| JSON Event Format | yes | yes |
| **Specifications** | **v0.1** | **v0.2** |
|---------------------------------------|----------|----------|
| CloudEvents | yes | yes |
| HTTP Transport Binding - Structured | yes | yes |
| HTTP Transport Binding - Binary | yes | yes |
| JSON Event Format | yes | yes |
## How to use