Skip to content

Commit b251bca

Browse files
BOLT04lance
andauthored
docs: fix wording in README
Co-authored-by: Lance Ball <[email protected]>
1 parent d324f64 commit b251bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const ce = new CloudEvent({...});
132132
const ce2 = ce.cloneWith({extension: "Value"});
133133
```
134134

135-
You can create a `CloudEvent` object in many ways, for example:
135+
You can create a `CloudEvent` object in many ways, for example, in TypeScript:
136136

137137
```js
138138
import { CloudEvent, CloudEventV1, CloudEventV1Attributes } from "cloudevents";

0 commit comments

Comments
 (0)