From 6c031505fad614d341f7c84ea618190bb9756e76 Mon Sep 17 00:00:00 2001 From: ruucm Date: Tue, 7 Jan 2020 16:21:00 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }