We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d324f64 commit b251bcaCopy full SHA for b251bca
README.md
@@ -132,7 +132,7 @@ const ce = new CloudEvent({...});
132
const ce2 = ce.cloneWith({extension: "Value"});
133
```
134
135
-You can create a `CloudEvent` object in many ways, for example:
+You can create a `CloudEvent` object in many ways, for example, in TypeScript:
136
137
```js
138
import { CloudEvent, CloudEventV1, CloudEventV1Attributes } from "cloudevents";
0 commit comments