From 7facf1af70a7709ebfae5ad83542ed7969b184a7 Mon Sep 17 00:00:00 2001
From: Eric Smith <thatericsmith@gmail.com>
Date: Wed, 30 Oct 2019 14:43:56 -0700
Subject: [PATCH] Update Readme to use animationData.default

Fixes #20
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f99a9d7..952fe99 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ npm install --save vue-lottie
     },
     data() {
       return {
-        defaultOptions: {animationData: animationData},
+        defaultOptions: {animationData: animationData.default},
         animationSpeed: 1
       }
     },