Browse Source

Update README.md (#175)

remove comma in demo
Minh Nguyen 3 years ago
parent
commit
87dbc353ba
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

41
         font-size: 16px;
41
         font-size: 16px;
42
       }
42
       }
43
     `}
43
     `}
44
-    onSizeUpdated={({size => console.log(size.height)})},
44
+    onSizeUpdated={({size => console.log(size.height)})}
45
     files={[{
45
     files={[{
46
         href: 'cssfileaddress',
46
         href: 'cssfileaddress',
47
         type: 'text/css',
47
         type: 'text/css',