Skip to content

Commit 8338d81

Browse files
author
Ben Taylor
committed
fix readme code sample format
1 parent 6bebc1e commit 8338d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Generic and GenericCollection allow you to add your own structured data type.
111111

112112
For example, If Review preset didn't exist, you could write:
113113

114-
```
114+
```html
115115
<JSONLD>
116116
<Generic id="review" jsonldtype="Review" schema={{name: "It is awesome", reviewBody: "This is great!"}}>
117117
<Generic id="itemReviewed" jsonldtype="Product" schema={{"@id":"product-x"}} />

0 commit comments

Comments
 (0)