Skip to content

Commit

Permalink
Merge branch 'master' of github.com:BBKolton/reactify-wc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kolton committed Feb 2, 2020
2 parents 7a05bb5 + 23c681f commit 03d38a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const MyReactComponent = () => (
<VaadinGrid items={items}>
<vaadin-grid-column path="name.first" header="First name" />
<vaadin-grid-column path="name.last" header="Last name" />
</vaadin-grid>
</VaadinGrid>
);
```

Expand Down

0 comments on commit 03d38a5

Please sign in to comment.