diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 075b070d..c2dc51ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,6 @@ name: Build on: - release: - types: [published] push: paths-ignore: - '**.md' diff --git a/README.md b/README.md index 9a08b827..bf8dd8c9 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Compose Multiplatform port of [airbnb/lottie-compose](https://github.com/airbnb/ dependencies { - implementation("com.github.alexzhirkevich:compottie:") + implementation("io.github.alexzhirkevich:compottie:") } ``` # Usage -Basically the same as described in [airbnb docs](https://github.com/airbnb/lottie/blob/master/android-compose.md) +Basically the same as described in [airbnb docs](https://github.com/airbnb/lottie/blob/master/android-compose.md#basic-usage)