We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bebc1e commit 8338d81Copy full SHA for 8338d81
1 file changed
README.md
@@ -111,7 +111,7 @@ Generic and GenericCollection allow you to add your own structured data type.
111
112
For example, If Review preset didn't exist, you could write:
113
114
-```
+```html
115
<JSONLD>
116
<Generic id="review" jsonldtype="Review" schema={{name: "It is awesome", reviewBody: "This is great!"}}>
117
<Generic id="itemReviewed" jsonldtype="Product" schema={{"@id":"product-x"}} />
0 commit comments