Skip to content

Commit d59580e

Browse files
committed
fix type error
Signed-off-by: Fabio José <[email protected]>
1 parent be4094f commit d59580e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ This CloudEvents SDK requires nodejs 6.11+
1515
```
1616
npm install cloudevents-sdk
1717
```
18-
## Speccification Support
18+
## Specification Support
19+
20+
These are the supported specifications for this version.
1921

2022
| **Specifications** | **v0.1** | **v0.2** |
2123
|----------------------------|----------|----------|
2224
| CloudEvents | yes | yes |
23-
| HTTP Transport Binding | yes | _WIP_ |
24-
| JSON Event Format | yes | _WIP_ |
25-
| | | |
25+
| HTTP Transport Binding | yes | yes |
26+
| JSON Event Format | yes | yes |
2627

2728
## Repository Structure
2829

0 commit comments

Comments
 (0)