Skip to content

Commit 8ea9f99

Browse files
authored
Merge pull request #83 from BiswaViraj/master
Fixed the scriptProps object in the example
2 parents 5a65c21 + a469302 commit 8ea9f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ ReactDom.render(
5656
useEnterprise="[optional_boolean_value]"
5757
scriptProps={{
5858
async: false, // optional, default to false,
59-
defer: false // optional, default to false
60-
appendTo: "head" // optional, default to "head", can be "head" or "body",
59+
defer: false, // optional, default to false
60+
appendTo: "head", // optional, default to "head", can be "head" or "body",
6161
nonce: undefined // optional, default undefined
6262
}}
6363
>

0 commit comments

Comments
 (0)