Skip to content

Commit 665854a

Browse files
koshfelipecsl
authored andcommitted
updated assets folder location in readme. (airbnb#30)
the assets folder is located in app/src/main/ therefore res/assets will confuse some people.
1 parent e4f9285 commit 665854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The simplest way to use it is with LottieAnimationView:
5555
```
5656

5757
Or you can load it programatically in multiple ways.
58-
From a json asset in res/assets:
58+
From a json asset in app/src/main/assets:
5959
```java
6060
LottieAnimationView animationView = findViewById(R.id.animation_view);
6161
animationView.setAnimation("hello-world.json");

0 commit comments

Comments
 (0)