Tech debit markdown
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
0a0e24e41e
commit
04fbc55849
|
@ -12,7 +12,7 @@ This CloudEvents SDK requires nodejs 6.11+
|
|||
|
||||
### Nodejs
|
||||
|
||||
```
|
||||
```sh
|
||||
npm install cloudevents-sdk
|
||||
```
|
||||
## Specification Support
|
||||
|
@ -39,7 +39,7 @@ Cloudevent(spec, format);
|
|||
|
||||
```
|
||||
|
||||
### How to construct instances?
|
||||
### Usage
|
||||
|
||||
```js
|
||||
var Cloudevent = require("cloudevents-sdk");
|
||||
|
@ -80,7 +80,7 @@ cloudevent02
|
|||
|
||||
```
|
||||
|
||||
### How to get the formatted payload?
|
||||
#### Formatting
|
||||
|
||||
```js
|
||||
var Cloudevent = require("cloudevents-sdk");
|
||||
|
@ -96,7 +96,7 @@ var formatted = cloudevent.format();
|
|||
|
||||
```
|
||||
|
||||
### How to emit an event?
|
||||
#### Emitting
|
||||
|
||||
```js
|
||||
var Cloudevent = require("cloudevents-sdk");
|
||||
|
|
Loading…
Reference in New Issue