diff --git a/README.md b/README.md index 71dbb28..035a1ed 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ export default class LottieControl extends React.Component { const defaultOptions = { loop: true, autoplay: true, - animationData: animationData, + animationData: animationData.default, rendererSettings: { preserveAspectRatio: 'xMidYMid slice' }