Skip to content

Commit 15a6e1f

Browse files
authored
Update README.md
1 parent 24609e5 commit 15a6e1f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ completed/error/empty states.
1111

1212
1. Add it to your XML layout and add in your various layouts as direct children of `LoadingLayout`.
1313
2. Make sure to add in `android:tag`s to your elements corresponding to what you'd like them to represent:
14-
Layout type | String tag
14+
15+
16+
Layout type | `android:tag`
1517
------------ | -------------
1618
Complete | `@string/ll_complete`
1719
Loading | `@string/ll_loading`
@@ -74,7 +76,8 @@ dependencies {
7476
}
7577
```
7678

77-
Use the snapshot version by using
79+
80+
If you want to use the snapshot version, you can use this instead:
7881
```groovy
7982
implementation "com.valartech:loading-layout:master-SNAPSHOT"
8083
```

0 commit comments

Comments
 (0)