Skip to content

Commit d9529a9

Browse files
robmoffatkriswest
andauthored
Update packages/fdc3-commonjs/README.md
Co-authored-by: Kris West <kris.west@interop.io>
1 parent 1d22686 commit d9529a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/fdc3-commonjs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ const contact = {
3131
id: {
3232
email: 'jane@mail.com'
3333
}
34-
}
34+
};
3535

36-
fdc3.raiseIntent('ViewProfile', contact)
36+
fdc3.raiseIntent('ViewProfile', contact);
3737
```
3838

3939
## Documentation

0 commit comments

Comments
 (0)